diff options
author | David Robillard <d@drobilla.net> | 2011-04-19 23:45:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-19 23:45:14 +0000 |
commit | 63a3ee2ef7463a83c6fc8da59b910f4a5e40d462 (patch) | |
tree | 6a5117747142ff874f374370da24a2439e3fe744 | |
parent | 3a8f4c0e224572b827e375343c0b8d56ea4e3533 (diff) | |
download | ingen-63a3ee2ef7463a83c6fc8da59b910f4a5e40d462.tar.gz ingen-63a3ee2ef7463a83c6fc8da59b910f4a5e40d462.tar.bz2 ingen-63a3ee2ef7463a83c6fc8da59b910f4a5e40d462.zip |
Build OSC documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3175 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index bfa4c7d2..2951dcb7 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -568,7 +568,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @INGEN_SRCDIR@/include +INPUT = @INGEN_SRCDIR@/include \ + @INGEN_SRCDIR@/src/engine/OSCEngineReceiver.cpp \ + @INGEN_SRCDIR@/src/engine/OSCClientSender.cpp # 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 |