Skip to content

Commit

Permalink
Merge pull request #543 from gassmoeller/clean_doxygen
Browse files Browse the repository at this point in the history
Remove bundled libraries from doxygen
  • Loading branch information
MFraters authored Feb 13, 2024
2 parents 65bcd74 + 0283a02 commit 57c9c5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/Doxfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */ApprovalTests/* \
*/delaunator-cpp/* \
*/doctest/* \
*/glm/* \
*/rapidjson/* \
*/vtu11/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
Expand Down
7 changes: 6 additions & 1 deletion doc/doxygen_config.dox
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */ApprovalTests/* \
*/delaunator-cpp/* \
*/doctest/* \
*/glm/* \
*/rapidjson/* \
*/vtu11/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
Expand Down

0 comments on commit 57c9c5d

Please sign in to comment.