summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
committerDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
commit1243943529fde4d5ac5d242ec48b971e81499875 (patch)
tree70857b1009b8b2ef9f8b204f7f45fe3a82007316 /doc
parent1072f6bf233939d6101856f6d87f664f34490746 (diff)
downloadraul-1243943529fde4d5ac5d242ec48b971e81499875.tar.gz
raul-1243943529fde4d5ac5d242ec48b971e81499875.tar.bz2
raul-1243943529fde4d5ac5d242ec48b971e81499875.zip
New ingen module (library, not e.g. LV2 plugin) design.
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.doxygen.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index d52d57f..ecc4fa9 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -569,7 +569,8 @@ WARN_LOGFILE =
# with spaces.
INPUT = @RAUL_SRCDIR@/doc/mainpage.dox \
- @RAUL_SRCDIR@/raul
+ @RAUL_SRCDIR@/raul \
+ @RAUL_SRCDIR@/src
# 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