summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-12 03:49:06 +0000
committerDavid Robillard <d@drobilla.net>2011-02-12 03:49:06 +0000
commit389408984b381af772d456c60ceaddfe58288eee (patch)
treeaa61aa403a9cc2cb987fe8ac6007b6c6c8d4df73 /doc
parente07eb06e7d29cc2ddee94e24571118d09c624e1e (diff)
downloadlilv-389408984b381af772d456c60ceaddfe58288eee.tar.gz
lilv-389408984b381af772d456c60ceaddfe58288eee.tar.bz2
lilv-389408984b381af772d456c60ceaddfe58288eee.zip
Document entire API in a single header/page.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2925 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.doxygen.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 12d57cc..48d57e5 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -568,20 +568,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @SLV2_SRCDIR@/doc/mainpage.dox \
- @SLV2_SRCDIR@/slv2/collections.h \
- @SLV2_SRCDIR@/slv2/plugin.h \
- @SLV2_SRCDIR@/slv2/pluginclass.h \
- @SLV2_SRCDIR@/slv2/plugininstance.h \
- @SLV2_SRCDIR@/slv2/pluginui.h \
- @SLV2_SRCDIR@/slv2/pluginuiinstance.h \
- @SLV2_SRCDIR@/slv2/port.h \
- @SLV2_SRCDIR@/slv2/scalepoint.h \
- @SLV2_SRCDIR@/slv2/slv2.h \
- @SLV2_SRCDIR@/slv2/types.h \
- @SLV2_SRCDIR@/slv2/util.h \
- @SLV2_SRCDIR@/slv2/value.h \
- @SLV2_SRCDIR@/slv2/world.h
+INPUT = @SLV2_SRCDIR@/slv2/slv2.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is