From 7c188378a90a43fab1279f4e4c8797ab34226290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Sun, 21 Feb 2016 18:30:36 +0100 Subject: [PATCH] doc: move details section to the top Add a layout file for Doxygen which has the details section at the beginning of a page as opposed to the default where the details are somewhere in the middle. The initial XML file was generated as specified in the Doxygen documentation: ``` doxygen -l ``` --- doc/doxygen/RIOTDoxygenLayout.xml | 194 ++++++++++++++++++++++++++++++ doc/doxygen/riot.doxyfile | 2 +- 2 files changed, 195 insertions(+), 1 deletion(-) create mode 100644 doc/doxygen/RIOTDoxygenLayout.xml diff --git a/doc/doxygen/RIOTDoxygenLayout.xml b/doc/doxygen/RIOTDoxygenLayout.xml new file mode 100644 index 000000000..5ee9a46bf --- /dev/null +++ b/doc/doxygen/RIOTDoxygenLayout.xml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 64d4561e9..d97146ae3 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -672,7 +672,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = +LAYOUT_FILE = RIOTDoxygenLayout.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