From de167f03a336e9c28bd968c715353cd94a97288b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Apr 2020 14:24:06 +0200 Subject: Add Doxygen layout file to move detailed description to the top --- doc/layout.xml | 226 +++++++++++++++++++++++++++++++++++++++++++++++ doc/reference.doxygen.in | 2 +- 2 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 doc/layout.xml diff --git a/doc/layout.xml b/doc/layout.xml new file mode 100644 index 0000000..1f63a76 --- /dev/null +++ b/doc/layout.xml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 6538584..622fa54 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -715,7 +715,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = +LAYOUT_FILE = @LV2_SRCDIR@/doc/layout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib -- cgit v1.2.1