diff options
author | David Robillard <d@drobilla.net> | 2015-10-08 21:57:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-08 21:57:13 +0000 |
commit | dc73884fb51a0fd1cf159efb45dd2a9d11a378a0 (patch) | |
tree | 420ff167a3afc67af6f62d280e467c38770d76e1 /doc | |
parent | 7a329452d330e9679835ec7fd13dfb1048692715 (diff) | |
download | suil-dc73884fb51a0fd1cf159efb45dd2a9d11a378a0.tar.gz suil-dc73884fb51a0fd1cf159efb45dd2a9d11a378a0.tar.bz2 suil-dc73884fb51a0fd1cf159efb45dd2a9d11a378a0.zip |
Fix documentation generation
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5755 a436a847-0d15-0410-975c-d299462d15a1
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 6e81b75..fcf8b2a 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = @SUIL_DOC_DIR@ +OUTPUT_DIRECTORY = . # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and |