From 24449f78a291707c4a0094720d35fd640bdc620e Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Wed, 29 Jul 2015 13:15:02 +0000 Subject: [PATCH] [Doxylocal]: added units package for improved latex support [mainpage.txt]: added links to Modules overview page and to parameterlist.txt Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15187 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/doxygen/Doxylocal | 2 +- doc/doxygen/mainpage.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal index 38535c9d65..02f2e26cd2 100644 --- a/doc/doxygen/Doxylocal +++ b/doc/doxygen/Doxylocal @@ -17,7 +17,7 @@ EXAMPLE_PATH += @srcdir@/extradoc IMAGE_PATH = @srcdir@/images -EXTRA_PACKAGES += amsmath,amssymb +EXTRA_PACKAGES += amsmath,amssymb,units # enable client side searching SEARCHENGINE = YES diff --git a/doc/doxygen/mainpage.txt b/doc/doxygen/mainpage.txt index 3286cbca1e..26c7d950c3 100644 --- a/doc/doxygen/mainpage.txt +++ b/doc/doxygen/mainpage.txt @@ -9,12 +9,16 @@ \section intro Introduction Welcome to the DuMuX documentation pages. This documentation has been -generated using Doxygen, a free source code documentation system for +generated using <a href="http://www.doxygen.org/index.html">Doxygen</a>, a free source code documentation system for documenting C/C++ code. \section mods Modules -The best way to start is from the page Modules which gives +The best way to start is from the page <a href="modules.html">Modules</a> which gives you access to the documentation by category. +\section params Parameters + +An overview of all availabe parameters is given in \ref parameterlist.txt. + */ -- GitLab