File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ ABBREVIATE_BRIEF =
125125# description.
126126# The default value is: NO.
127127
128- ALWAYS_DETAILED_SEC =
128+ ALWAYS_DETAILED_SEC = YES
129129
130130# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
131131# inherited members of a class in the documentation of that class as if those
@@ -203,7 +203,7 @@ MULTILINE_CPP_IS_BRIEF = NO
203203# documentation from any documented member that it re-implements.
204204# The default value is: YES.
205205
206- INHERIT_DOCS = YES
206+ INHERIT_DOCS = NO
207207
208208# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
209209# page for each member. If set to NO, the documentation of a member will be part
@@ -913,7 +913,7 @@ SOURCE_BROWSER = YES
913913# classes and enums directly into the documentation.
914914# The default value is: NO.
915915
916- INLINE_SOURCES = YES
916+ INLINE_SOURCES = NO
917917
918918# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
919919# special comment blocks from generated source code fragments. Normal C, C++ and
You can’t perform that action at this time.
0 commit comments