From c338a7dfa3fb730db58e0cdce2ea8f110bfab78f Mon Sep 17 00:00:00 2001 From: Benjamin Faigle <benjamin.faigle@posteo.de> Date: Wed, 3 Nov 2010 07:55:31 +0000 Subject: [PATCH] added the propertySystem as a Module in doxygen git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4567 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/common/propertysystem.hh | 3 +++ dumux/decoupled/2p/2pproperties.hh | 7 ------- dumux/decoupled/2p/transport/transportproperties.hh | 3 +-- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/dumux/common/propertysystem.hh b/dumux/common/propertysystem.hh index 83e7eb5f6e..68a508f0fd 100644 --- a/dumux/common/propertysystem.hh +++ b/dumux/common/propertysystem.hh @@ -13,10 +13,13 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ + /*! * \file * \brief Provides the magic behind the DuMuX property system. * + * \defgroup Properties Property System + * * Properties allow to associate arbitrary data types to * identifiers. A property is always defined on a pair (TypeTag, * PropertyTag) where TypeTag is the identifier for the object the diff --git a/dumux/decoupled/2p/2pproperties.hh b/dumux/decoupled/2p/2pproperties.hh index 8da5afe44b..3a40cf938c 100644 --- a/dumux/decoupled/2p/2pproperties.hh +++ b/dumux/decoupled/2p/2pproperties.hh @@ -53,7 +53,6 @@ namespace Dumux { -// \{ //////////////////////////////// // forward declarations @@ -76,11 +75,6 @@ struct TwoPCommonIndices; //////////////////////////////// namespace Properties { -/*! - * \ingroup Properties - */ -// \{ - ////////////////////////////////////////////////////////////////// // Type tags ////////////////////////////////////////////////////////////////// @@ -257,7 +251,6 @@ static const int wPhaseIdx = FluidSystem::wPhaseIdx; //!< Index of the wetting p static const int nPhaseIdx = FluidSystem::nPhaseIdx; //!< Index of the non-wetting phase in a phase vector }; -// \} } diff --git a/dumux/decoupled/2p/transport/transportproperties.hh b/dumux/decoupled/2p/transport/transportproperties.hh index d4d3cdff9f..393090bfdc 100644 --- a/dumux/decoupled/2p/transport/transportproperties.hh +++ b/dumux/decoupled/2p/transport/transportproperties.hh @@ -26,8 +26,7 @@ */ /*! * \file - * \brief Specify the shape functions, operator assemblers, etc - * used for the BoxScheme. + * \brief Specifies the properties for immiscible 2p transport */ namespace Dumux { -- GitLab