From d972483b33970e9af857a67b88f10d8df2b6a0be Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 21 Jun 2015 13:39:10 +0200 Subject: [PATCH] overworked documentation configuration --- Doxyfile | 4 ++-- Makefile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 057b1df67..b5e65a7e8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -25,10 +25,10 @@ JAVADOC_AUTOBRIEF = NO QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = YES -SEPARATE_MEMBER_PAGES = NO +SEPARATE_MEMBER_PAGES = YES TAB_SIZE = 4 ALIASES = "complexity=@par Complexity\n" -ALIASES += liveexample{2}="@par Example\n \1 \n @includelineno \2.cpp \n Output:\n @verbinclude \2.output" +ALIASES += liveexample{2}="@par Example\n \1 \n @includelineno \2.cpp \n Output:\n @verbinclude \2.output \n The example code above can be translated with @verbatim g++ -std=c++11 -Isrc docs/examples/\2.cpp -o \2 @endverbatim." ALIASES += requirement="@par Requirements\n" TCL_SUBST = OPTIMIZE_OUTPUT_FOR_C = NO diff --git a/Makefile b/Makefile index ef0a14cba..8d1fa0ab2 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ docset: update_docs src/json.hpp gsed -i 's/DISABLE_INDEX = NO/DISABLE_INDEX = YES/' Doxyfile_docset gsed -i 's/SEARCHENGINE = YES/SEARCHENGINE = NO/' Doxyfile_docset gsed -i 's/GENERATE_TREEVIEW = YES/GENERATE_TREEVIEW = NO/' Doxyfile_docset - gsed -i 's/SEPARATE_MEMBER_PAGES = NO/SEPARATE_MEMBER_PAGES = YES/' Doxyfile_docset gsed -i 's/BINARY_TOC = YES/BINARY_TOC = NO/' Doxyfile_docset gsed -i 's@HTML_EXTRA_STYLESHEET = docs/mylayout.css@HTML_EXTRA_STYLESHEET = docs/mylayout_docset.css@' Doxyfile_docset rm -fr html *.docset