From 3658c250e65ab4e32531f17a7f85701dc58fa754 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Sep 2015 18:39:53 -0500 Subject: [PATCH] Add the tutorial to the doxygen pages. Also reorder items a bit so that the 'related pages' come after modules, namespaces, and classes. --- doc/doxygen/DoxygenLayout.xml | 195 ++++++++++++++++++++++++++++++++++ doc/doxygen/options.dox.in | 3 + 2 files changed, 198 insertions(+) create mode 100644 doc/doxygen/DoxygenLayout.xml diff --git a/doc/doxygen/DoxygenLayout.xml b/doc/doxygen/DoxygenLayout.xml new file mode 100644 index 0000000000..f5e2a909af --- /dev/null +++ b/doc/doxygen/DoxygenLayout.xml @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index eb55665af1..abf369893e 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -116,6 +116,9 @@ MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols HTML_COLORSTYLE_HUE = 220 HTML_COLORSTYLE_SAT = 200 HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/stylesheet.css +LAYOUT_FILE = @CMAKE_CURRENT_SOURCE_DIR@/DoxygenLayout.xml + + #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- -- 2.39.5