Skip to content
Snippets Groups Projects
Commit 2baa7790 authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[doc] Ignore useless info

parent 321dfcbd
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ HIDE_UNDOC_MEMBERS = NO
# If set to NO (the default) these classes will be included in the various
# overviews. This option has no effect if EXTRACT_ALL is enabled.
#HIDE_UNDOC_CLASSES = NO
HIDE_UNDOC_CLASSES = YES
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
# friend (class|struct|union) declarations.
......@@ -316,6 +316,7 @@ FILE_PATTERNS = *.cc *.cpp *.h *.hpp *.hxx *.hh *.dox *.md *.py
# for example use the pattern */test/*
EXCLUDE_PATTERNS += CMake* \
*/d-practical-exercises/src/* \
*.txt \
*.sh \
*.orig \
......@@ -338,7 +339,8 @@ EXCLUDE_PATTERNS += CMake* \
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
EXCLUDE_SYMBOLS = internal::*
EXCLUDE_SYMBOLS = internal::* \
*Visitor
# The IMAGE_PATH tag can be used to specify one or more files or
# directories that contain image that are included in the documentation (see
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment