Some config changes to not document too much

ENGINE-1002--3.x
Gernot Kranz 1 year ago committed by Luca Saiu
parent 1510c366c3
commit 91a92b0c9c

@ -505,7 +505,7 @@ EXTRACT_PRIV_VIRTUAL = YES
# The default value is: NO.
# from old doxyfile
# from old doxyfile yes
EXTRACT_PACKAGE = YES
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
@ -530,7 +530,7 @@ EXTRACT_LOCAL_CLASSES = YES
# The default value is: NO.
# from old doxyfile
# from old doxyfile yes
EXTRACT_LOCAL_METHODS = YES
# If this flag is set to YES, the members of anonymous namespaces will be
@ -541,8 +541,8 @@ EXTRACT_LOCAL_METHODS = YES
# The default value is: NO.
# from old doxyfile
EXTRACT_ANON_NSPACES = YES
# from old doxyfile YES
EXTRACT_ANON_NSPACES = NO
# If this flag is set to YES, the name of an unnamed parameter in a declaration
# will be determined by the corresponding definition. By default unnamed
@ -603,8 +603,8 @@ INTERNAL_DOCS = YES
# The default value is: system dependent.
# from old doxyfile
CASE_SENSE_NAMES = NO
# from old doxyfile NO
CASE_SENSE_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the

Loading…
Cancel
Save