Skip to content

Commit 84cf560

Browse files
committed
doxygen update
1 parent 30c41d7 commit 84cf560

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doxyfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ INLINE_INHERITED_MEMB = NO
172172
# shortest path that makes the file name unique will be used
173173
# The default value is: YES.
174174

175-
FULL_PATH_NAMES = YES
175+
FULL_PATH_NAMES = NO
176176

177177
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
178178
# Stripping is only done if one of the specified strings matches the left-hand
@@ -518,13 +518,13 @@ TIMESTAMP = NO
518518
# normally produced when WARNINGS is set to YES.
519519
# The default value is: NO.
520520

521-
EXTRACT_ALL = NO
521+
EXTRACT_ALL = YES
522522

523523
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
524524
# be included in the documentation.
525525
# The default value is: NO.
526526

527-
EXTRACT_PRIVATE = NO
527+
EXTRACT_PRIVATE = YES
528528

529529
# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual
530530
# methods of a class will be included in the documentation.
@@ -542,7 +542,7 @@ EXTRACT_PACKAGE = NO
542542
# included in the documentation.
543543
# The default value is: NO.
544544

545-
EXTRACT_STATIC = NO
545+
EXTRACT_STATIC = YES
546546

547547
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
548548
# locally in source files will be included in the documentation. If set to NO,
@@ -1180,7 +1180,7 @@ FORTRAN_COMMENT_AFTER = 72
11801180
# also VERBATIM_HEADERS is set to NO.
11811181
# The default value is: NO.
11821182

1183-
SOURCE_BROWSER = NO
1183+
SOURCE_BROWSER = YES
11841184

11851185
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
11861186
# classes and enums directly into the documentation.
@@ -1728,7 +1728,7 @@ DISABLE_INDEX = NO
17281728
# The default value is: NO.
17291729
# This tag requires that the tag GENERATE_HTML is set to YES.
17301730

1731-
GENERATE_TREEVIEW = NO
1731+
GENERATE_TREEVIEW = YES
17321732

17331733
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
17341734
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview

0 commit comments

Comments
 (0)