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 1/3] 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 0000000000..5ee9a46bf6 --- /dev/null +++ b/doc/doxygen/RIOTDoxygenLayout.xml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 64d4561e96..d97146ae3a 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 From 200e60ea585e0fa8f507d85c68e651ddc5601751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Sun, 21 Feb 2016 18:52:31 +0100 Subject: [PATCH 2/3] doc: disable REPEAT_BRIEF Doxgen setting Details follow the brief section immediately now. --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index d97146ae3a..9f63588ad6 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -107,7 +107,7 @@ BRIEF_MEMBER_DESC = YES # brief descriptions will be completely suppressed. # The default value is: YES. -REPEAT_BRIEF = YES +REPEAT_BRIEF = NO # This tag implements a quasi-intelligent brief description abbreviator that is # used to form the text in various listings. Each string in this list, if found From 79da205cd83d5ec8e026a2c58f7cef3b76656173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20Kn=C3=BCpfer?= Date: Sun, 21 Feb 2016 18:58:02 +0100 Subject: [PATCH 3/3] doc: fix trailing whitespace in Doxygen XML --- doc/doxygen/RIOTDoxygenLayout.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/RIOTDoxygenLayout.xml b/doc/doxygen/RIOTDoxygenLayout.xml index 5ee9a46bf6..fd07f1056d 100644 --- a/doc/doxygen/RIOTDoxygenLayout.xml +++ b/doc/doxygen/RIOTDoxygenLayout.xml @@ -11,7 +11,7 @@ - + @@ -19,7 +19,7 @@ - +