Browse Source

Tweak doxygen cfg to remove inline sources

newinvert
Marek Roszko 3 years ago
parent
commit
f169f7a009
  1. 4
      doxygen/Doxyfile

4
doxygen/Doxyfile

@ -318,7 +318,7 @@ AUTOLINK_SUPPORT = YES
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT = NO
BUILTIN_STL_SUPPORT = YES
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
@ -969,7 +969,7 @@ SOURCE_BROWSER = YES
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = YES
INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and

Loading…
Cancel
Save