diff options
author | David Robillard <d@drobilla.net> | 2020-12-21 16:12:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-21 19:35:11 +0100 |
commit | 4c3cea9274a8596197ae73a97eb31187cc18770c (patch) | |
tree | 3a816c7a92111d98b68892b008f45cb4be4821dc /doc | |
parent | bfb58924fec937e0af07d954b9ad52567e505bdb (diff) | |
download | suil-4c3cea9274a8596197ae73a97eb31187cc18770c.tar.gz suil-4c3cea9274a8596197ae73a97eb31187cc18770c.tar.bz2 suil-4c3cea9274a8596197ae73a97eb31187cc18770c.zip |
Move header to a conventional "include" directory
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 84822bc..28ceee1 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 = @SUIL_SRCDIR@/suil/suil.h +INPUT = @SUIL_SRCDIR@/include/suil/suil.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 |