Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
daceaefe
Commit
daceaefe
authored
Nov 20, 2020
by
Tobias Winchen
Browse files
Add anonymous namespaces; fix exclusion of tests; Do no search includes
parent
698a6db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Doxyfile.in
View file @
daceaefe
...
...
@@ -468,7 +468,7 @@ EXTRACT_LOCAL_METHODS = NO
# are hidden.
# The default value is: NO.
EXTRACT_ANON_NSPACES =
NO
EXTRACT_ANON_NSPACES =
YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
...
...
@@ -836,7 +836,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS = *test*
EXCLUDE_PATTERNS = *
/
test
/
*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
...
...
@@ -2022,7 +2022,7 @@ EXPAND_ONLY_PREDEF = YES
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES =
YES
SEARCH_INCLUDES =
NO
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment