From 0e6b8aef9de3bcaa110e7977c4bd473c9dc1bd2b Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Fri, 27 Jan 2012 19:05:34 +0000
Subject: [PATCH] doxygen: add model description to the doxygen module page

TODO: 3p3c(ni), solve conflicting class names for some box and decoupled models

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7550 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 doc/doxygen/modules | 38 ++++++++++++++++++++++++++++----------
 1 file changed, 28 insertions(+), 10 deletions(-)

diff --git a/doc/doxygen/modules b/doc/doxygen/modules
index 2344e03db4..b90a736835 100644
--- a/doc/doxygen/modules
+++ b/doc/doxygen/modules
@@ -11,7 +11,7 @@
 	/*!
 	 * \ingroup Common
 	 * \defgroup Properties Property System
-	 */
+         	 */
 	/*!
 	 * \ingroup Common
 	 * \defgroup Parameter Parameters
@@ -101,22 +101,30 @@
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup OnePBoxModel One-phase
+                 *
+                 * \copydetails Dumux::OnePBoxModel
 		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup OnePTwoCBoxModel One-phase Two-component
+                 *
+                 * \copydetails Dumux::OnePTwoCBoxModel
 		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup TwoPBoxModel Two-phase 
+                 *
+                 * \copydetails Dumux::TwoP
 		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup TwoPNIModel Non-isothermal two-phase
-		 */
+              	 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup TwoPTwoCModel Two-phase two-component
+                 *
+                 * \copydetails Dumux::TwoPTwoCModel
 		 */
 		/*!
 		 * \ingroup BoxModels
@@ -125,23 +133,33 @@
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup MPNCModel M-phase N-component
+                 *
+                 * \copydetails Dumux::MPNCModel
 		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup RichardsModel Richards
+                 *
+                 * \copydetails Dumux::RichardsModel
 		 */
 		/*!
 		 * \ingroup BoxModels
 		 * \defgroup BoxStokesModel Stokes
+                 *
+                 * \copydetails Dumux::StokesModel
 		 */
-        /*!
-         * \ingroup BoxModels
-         * \defgroup BoxStokes2cModel Two-component Stokes
-         */
-        /*!
-         * \ingroup BoxModels
-         * \defgroup BoxStokes2cniModel Non-isothermal two-component Stokes
-         */
+                /*!
+                 * \ingroup BoxModels
+                 * \defgroup BoxStokes2cModel Two-component Stokes
+                 *
+                 * \copydetails Dumux::Stokes2cModel
+                 */
+                /*!
+                 * \ingroup BoxModels
+                 * \defgroup BoxStokes2cniModel Non-isothermal two-component Stokes
+                 *
+                 * \copydetails Dumux::Stokes2cniModel
+                 */
 
 	/*!
 	 * \ingroup BoxModel
-- 
GitLab