aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 2ca5c3a..2d320c7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -568,6 +568,7 @@ INPUT = \
doc/mainpage.dox \
core.lv2/lv2.h \
ext/atom.lv2/atom.h \
+ ext/atom.lv2/atom-helpers.h \
ext/contexts.lv2/contexts.h \
ext/data-access.lv2/data-access.h \
ext/dyn-manifest.lv2/dyn-manifest.h \
@@ -697,7 +698,7 @@ FILTER_SOURCE_FILES = NO
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.