summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-16 00:52:59 +0000
committerDavid Robillard <d@drobilla.net>2008-01-16 00:52:59 +0000
commit072105a853f756383fea2ae295f0d97fcc2fac53 (patch)
treeba061bf26e1d905ba47f9949725d8eccb0603faf /doc
parent90e21f5c5c1926b3c8a50ddbf9e102e4a2a774fa (diff)
downloadlilv-072105a853f756383fea2ae295f0d97fcc2fac53.tar.gz
lilv-072105a853f756383fea2ae295f0d97fcc2fac53.tar.bz2
lilv-072105a853f756383fea2ae295f0d97fcc2fac53.zip
SLV2 0.4.5 + documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@1060 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.doxygen.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 8ab5f57..386c312 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -463,22 +463,22 @@ WARN_LOGFILE =
# with spaces.
INPUT = @SLV2_SRCDIR@/doc/mainpage.dox \
- @SLV2_SRCDIR@/slv2/types.h \
- @SLV2_SRCDIR@/slv2/util.h \
- @SLV2_SRCDIR@/slv2/value.h \
- @SLV2_SRCDIR@/slv2/values.h \
- @SLV2_SRCDIR@/slv2/world.h \
@SLV2_SRCDIR@/slv2/plugin.h \
@SLV2_SRCDIR@/slv2/pluginclass.h \
@SLV2_SRCDIR@/slv2/pluginclasses.h \
@SLV2_SRCDIR@/slv2/plugininstance.h \
@SLV2_SRCDIR@/slv2/plugins.h \
- @SLV2_SRCDIR@/slv2/port.h \
@SLV2_SRCDIR@/slv2/pluginui.h \
+ @SLV2_SRCDIR@/slv2/pluginuiinstance.h \
@SLV2_SRCDIR@/slv2/pluginuis.h \
- @SLV2_SRCDIR@/slv2/pluginuiinstance.h
-
- #@SLV2_SRCDIR@/slv2/lv2.h \
+ @SLV2_SRCDIR@/slv2/port.h \
+ @SLV2_SRCDIR@/slv2/portsignature.h \
+ @SLV2_SRCDIR@/slv2/template.h \
+ @SLV2_SRCDIR@/slv2/types.h \
+ @SLV2_SRCDIR@/slv2/util.h \
+ @SLV2_SRCDIR@/slv2/value.h \
+ @SLV2_SRCDIR@/slv2/values.h \
+ @SLV2_SRCDIR@/slv2/world.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 also the default