Skip to content

Commit

Permalink
Exclude eigen and protobuf from doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Nov 4, 2023
1 parent f1a8282 commit d3a0cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ doxygen {

exclude '*.pb.h'

// Save space by excluding protobuf and eigen
exclude 'Eigen/**'
exclude 'google/protobuf/**'

aliases 'effects=\\par <i>Effects:</i>^^',
'notes=\\par <i>Notes:</i>^^',
'requires=\\par <i>Requires:</i>^^',
Expand Down

0 comments on commit d3a0cdf

Please sign in to comment.