diff --git a/Doc/Doxygen/Doxyfile.user.in b/Doc/Doxygen/Doxyfile.user.in index 3d640032087b5033286a81e325b1f7952176adb1..457a9b872c264a8b4ff437f8c17c075c937f7523 100644 --- a/Doc/Doxygen/Doxyfile.user.in +++ b/Doc/Doxygen/Doxyfile.user.in @@ -710,21 +710,21 @@ MAX_INITIALIZER_LINES = 30 # list will mention the files that were used to generate the documentation. # The default value is: YES. -SHOW_USED_FILES = YES +SHOW_USED_FILES = NO # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This # will remove the Files entry from the Quick Index and from the Folder Tree View # (if specified). # The default value is: YES. -SHOW_FILES = YES +SHOW_FILES = NO # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces # page. This will remove the Namespaces entry from the Quick Index and from the # Folder Tree View (if specified). # The default value is: YES. -SHOW_NAMESPACES = NO +SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from