aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-21 22:25:13 +0000
committerDavid Robillard <d@drobilla.net>2010-10-21 22:25:13 +0000
commit4142d47f3085e58b45af130edc0959bdc63e54fd (patch)
treec53bbe7bf2baba704e43a884254a2285cf407b96
parent6301993d3a32f76f94c53496be9c861683008c91 (diff)
downloadlv2-4142d47f3085e58b45af130edc0959bdc63e54fd.tar.xz
Document atom-helpers.h and generate source browser.
-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.