summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-31 16:38:50 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-31 16:38:50 (GMT)
commit97415f7b4504d2be65338464731d7bbb4aa4d993 (patch)
treef65c6db950777a470f586c452bf6f1c7d8e3a7f7 /Doxyfile
parentb2ead3a228cc44b8d3b67a4e71723f30031fa273 (diff)
downloadDoxygen-97415f7b4504d2be65338464731d7bbb4aa4d993.zip
Doxygen-97415f7b4504d2be65338464731d7bbb4aa4d993.tar.gz
Doxygen-97415f7b4504d2be65338464731d7bbb4aa4d993.tar.bz2
Regression: source code was not longer visible in HTML/LaTeX/docbook output
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index d33d17b..09dfe45 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -130,7 +130,7 @@ USE_MDFILE_AS_MAINPAGE =
# Configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = YES
-INLINE_SOURCES = NO
+INLINE_SOURCES = YES
STRIP_CODE_COMMENTS = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES