Skip to content

Commit ef5134e

Browse files
committed
Doxygen: Remove confusing header file information
1 parent 5aab60f commit ef5134e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/doxygen/Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ HIDE_COMPOUND_REFERENCE= NO
660660
# will show which file needs to be included to use the class.
661661
# The default value is: YES.
662662

663-
SHOW_HEADERFILE = YES
663+
SHOW_HEADERFILE = NO
664664

665665
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
666666
# the files that are included by a file in the documentation of that file.
@@ -788,14 +788,14 @@ MAX_INITIALIZER_LINES = 32
788788
# list will mention the files that were used to generate the documentation.
789789
# The default value is: YES.
790790

791-
SHOW_USED_FILES = YES
791+
SHOW_USED_FILES = NO
792792

793793
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
794794
# will remove the Files entry from the Quick Index and from the Folder Tree View
795795
# (if specified).
796796
# The default value is: YES.
797797

798-
SHOW_FILES = YES
798+
SHOW_FILES = NO
799799

800800
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
801801
# page. This will remove the Namespaces entry from the Quick Index and from the

0 commit comments

Comments
 (0)