diff options
author | David Robillard <d@drobilla.net> | 2011-02-12 04:30:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-12 04:30:46 +0000 |
commit | 40b37f3b0fc9523e81bf7142fb02b61bb8a5eed9 (patch) | |
tree | f268326745b1aa771e39d56abbabc0a3b50441b8 | |
parent | c32c1593bc6b7c887e7c106531de2567b0da5aa1 (diff) | |
download | lilv-40b37f3b0fc9523e81bf7142fb02b61bb8a5eed9.tar.gz lilv-40b37f3b0fc9523e81bf7142fb02b61bb8a5eed9.tar.bz2 lilv-40b37f3b0fc9523e81bf7142fb02b61bb8a5eed9.zip |
Add UI stuff to documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2932 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | doc/reference.doxygen.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 48d57e5..dbc1fc6 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -568,7 +568,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @SLV2_SRCDIR@/slv2/slv2.h +INPUT = @SLV2_SRCDIR@/slv2/slv2.h \ + @SLV2_SRCDIR@/slv2/ui.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 |