diff options
author | David Robillard <d@drobilla.net> | 2011-01-22 18:29:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-22 18:29:24 +0000 |
commit | af3398a40718821c03817df32f712cdb2814b077 (patch) | |
tree | 9accb0a6afb64d282ea757eb6fa2df29ce826f54 /doc/reference.doxygen.in | |
parent | cb8a2efb80eb28df7dbf9cfec4c3c0ffaf8e888d (diff) | |
download | serd-af3398a40718821c03817df32f712cdb2814b077.tar.gz serd-af3398a40718821c03817df32f712cdb2814b077.tar.bz2 serd-af3398a40718821c03817df32f712cdb2814b077.zip |
Add custom documentation layout file.
git-svn-id: http://svn.drobilla.net/serd/trunk@35 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'doc/reference.doxygen.in')
-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 db972e34..7bb6a264 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -506,7 +506,7 @@ FILE_VERSION_FILTER = # file name after the option, if omitted DoxygenLayout.xml will be used as the name # of the layout file. -LAYOUT_FILE = +LAYOUT_FILE = @SERD_SRCDIR@/doc/layout.xml #--------------------------------------------------------------------------- # configuration options related to warning and progress messages |