From e5b2164c84d0928ce0765386095064fd946744c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 06:05:58 +0000 Subject: Generate API documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4352 a436a847-0d15-0410-975c-d299462d15a1 --- doc/reference.doxygen.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/reference.doxygen.in') diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index a1624b97..ac2d555b 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -568,7 +568,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @INGEN_SRCDIR@ +INPUT = \ + @INGEN_SRCDIR@/ingen \ + @INGEN_SRCDIR@/ingen/client \ + @INGEN_SRCDIR@/ingen/serialisation \ + @INGEN_SRCDIR@/ingen/shared \ # 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 -- cgit v1.2.1