Skip to content

Commit 56aa107

Browse files
committed
Disable doxygen inline source
1 parent b4381ea commit 56aa107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doxyfile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)