diff --git a/dumux/common/propertysystem.hh b/dumux/common/propertysystem.hh index 83e7eb5f6e0c9d0dd9f93bc0df14a768361f2391..68a508f0fd651a1d0e275f1cd2373051a0ed512d 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 8da5afe44b980f39a53915e668fcbf1d2fd6e581..3a40cf938ce335fd6fe2199fbfa2b6c3aa34fb8c 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 d4d3cdff9f1ddd89ce8c464848683e0a60c4ffa0..393090bfdc1e46e0ffccffa175b0a5424d8abf08 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 {