diff options
author | David Robillard <d@drobilla.net> | 2020-11-15 12:05:18 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-15 12:05:18 +0100 |
commit | 6b946d3e004c5504c209675f72a7cc430b505cd9 (patch) | |
tree | 73979341dbde9c59ad4df5b98d81bd3dea2490e0 | |
parent | 885770450ec49b4611f070fe164c00c9c91d53b2 (diff) | |
download | raul-6b946d3e004c5504c209675f72a7cc430b505cd9.tar.gz raul-6b946d3e004c5504c209675f72a7cc430b505cd9.tar.bz2 raul-6b946d3e004c5504c209675f72a7cc430b505cd9.zip |
Fix documentation build
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index e0a221f..39d5342 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -775,7 +775,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @RAUL_SRCDIR@/doc/mainpage.dox \ - @RAUL_SRCDIR@/raul + @RAUL_SRCDIR@/include/raul # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |