From 19f43c0bd685cc073236d530d6a95b0072857462 Mon Sep 17 00:00:00 2001 From: natalies <natalies@iws.uni-stuttgart.de> Date: Tue, 2 Feb 2016 13:52:20 +0100 Subject: [PATCH] [doxygen] stokes has its own ni-models --- doc/doxygen/modules.txt | 14 ++++++++++++-- test/freeflow/stokes2cni/stokes2cnitestproblem.hh | 2 +- test/freeflow/zeroeq2cni/zeroeq2cnitestproblem.hh | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/modules.txt b/doc/doxygen/modules.txt index 9fc5b053fe..157aa1e76b 100644 --- a/doc/doxygen/modules.txt +++ b/doc/doxygen/modules.txt @@ -180,7 +180,13 @@ * * \copydetails Dumux::StokesncModel */ - /*! + /*! + * \ingroup ImplicitModels + * \defgroup BoxStokesncniModel Non-isothermal N-component Stokes + * + * \copydetails Dumux::StokesncniModel + */ + /*! * \ingroup ImplicitModels * \defgroup BoxZeroEqModel ZeroEq * @@ -192,6 +198,11 @@ * * \copydetails Dumux::ZeroEqncModel */ + /*! + * \defgroup BoxZeroEqncniModel Non-isothermal N-component ZeroEq + * + * \copydetails Dumux::ZeroEqncniModel + */ /*! * \ingroup ImplicitModels * \defgroup ElasticBoxModel Linear elastic @@ -362,4 +373,3 @@ * \ingroup Sequential * \defgroup IMPETtests Test Problems */ - diff --git a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh index be778c6248..4998e6d50c 100644 --- a/test/freeflow/stokes2cni/stokes2cnitestproblem.hh +++ b/test/freeflow/stokes2cni/stokes2cnitestproblem.hh @@ -65,7 +65,7 @@ SET_TYPE_PROP(Stokes2cniTestProblem, LinearSolver, UMFPackBackend<TypeTag>); } /*! - * \ingroup BoxStokesncModel + * \ingroup BoxStokesncniModel * \ingroup ImplicitTestProblems * \brief Stokesncni problem with air flowing * from the bottom to the top, blowing away a warm and dry square. diff --git a/test/freeflow/zeroeq2cni/zeroeq2cnitestproblem.hh b/test/freeflow/zeroeq2cni/zeroeq2cnitestproblem.hh index bb9e6f0a6f..7e98ce796a 100644 --- a/test/freeflow/zeroeq2cni/zeroeq2cnitestproblem.hh +++ b/test/freeflow/zeroeq2cni/zeroeq2cnitestproblem.hh @@ -64,7 +64,7 @@ SET_BOOL_PROP(ZeroEq2cniTestProblem, ProblemEnableGravity, false); } /*! - * \ingroup BoxZeroEqncModel + * \ingroup BoxZeroEqncniModel * \ingroup ImplicitTestProblems * \brief Non-isothermal compositional ZeroEqncni flow problem. * -- GitLab