Doxyfile now inlines code

This commit is contained in:
Fufu Fang 2018-07-24 18:30:34 +01:00
parent addac3f9c7
commit 37717bb15e
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ SOURCE_BROWSER = YES
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = NO
INLINE_SOURCES = YES
# 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