diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 17:54:47 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 17:54:47 +0100 |
commit | 2432c76a40d5eb5c47937c7588dc5bdad888a8ca (patch) | |
tree | 17c9a032334689957e965bb252ecf93d7cc5dda4 /doc | |
parent | b6b115696ce96c1f3d82a51dd4e6d37d1135f452 (diff) | |
download | sord-2432c76a40d5eb5c47937c7588dc5bdad888a8ca.tar.gz sord-2432c76a40d5eb5c47937c7588dc5bdad888a8ca.tar.bz2 sord-2432c76a40d5eb5c47937c7588dc5bdad888a8ca.zip |
Fix documentation build
Diffstat (limited to 'doc')
-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 be5f1a4..0aa6d7d 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -774,7 +774,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = @SORD_SRCDIR@/sord/sord.h +INPUT = @SORD_SRCDIR@/include/sord/sord.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. Doxygen uses |