From 4cfb3ae0d911e045f068db4c47ce65c947851c5e Mon Sep 17 00:00:00 2001 From: Benjamin Faigle <benjamin.faigle@posteo.de> Date: Wed, 15 Dec 2010 15:36:52 +0000 Subject: [PATCH] adapted doxygen module definitions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4879 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/binarycoefficients/henryiapws.hh | 5 ----- dumux/material/components/component.hh | 8 +------- dumux/material/components/iapws/common.hh | 4 ---- .../material/fluidmatrixinteractions/2p/brookscorey.hh | 10 ---------- .../fluidmatrixinteractions/2p/brookscoreyparams.hh | 4 ---- dumux/material/fluidsystems/h2o_n2_system.hh | 4 ---- .../material/spatialparameters/boxspatialparameters.hh | 6 ------ 7 files changed, 1 insertion(+), 40 deletions(-) diff --git a/dumux/material/binarycoefficients/henryiapws.hh b/dumux/material/binarycoefficients/henryiapws.hh index af89a8ff26..9a8c0b1f16 100644 --- a/dumux/material/binarycoefficients/henryiapws.hh +++ b/dumux/material/binarycoefficients/henryiapws.hh @@ -13,11 +13,6 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \ingroup Material - * \defgroup Binarycoefficients Binary Coefficients - */ - /*! * \file * diff --git a/dumux/material/components/component.hh b/dumux/material/components/component.hh index 36e7b28fa6..133c04f289 100644 --- a/dumux/material/components/component.hh +++ b/dumux/material/components/component.hh @@ -13,13 +13,7 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \defgroup Material Material Properties and Laws - */ -/*! - * \ingroup Material - * \defgroup Components Components - */ + /*! * \file * diff --git a/dumux/material/components/iapws/common.hh b/dumux/material/components/iapws/common.hh index c37d0472e6..491d6654b6 100644 --- a/dumux/material/components/iapws/common.hh +++ b/dumux/material/components/iapws/common.hh @@ -13,10 +13,6 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \ingroup Components - * \defgroup IAPWS IAPWS - */ /*! * \file * diff --git a/dumux/material/fluidmatrixinteractions/2p/brookscorey.hh b/dumux/material/fluidmatrixinteractions/2p/brookscorey.hh index 160e1ea5d1..b904a1a760 100644 --- a/dumux/material/fluidmatrixinteractions/2p/brookscorey.hh +++ b/dumux/material/fluidmatrixinteractions/2p/brookscorey.hh @@ -13,16 +13,6 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \ingroup Material - * \defgroup fluidmatrixinteractions FluidMatrixInteractions - */ - -/*! - * \ingroup fluidmatrixinteractions - * \defgroup fluidmatrixinteractionslaws FluidMatrixInteractions Laws - */ - /*! * \file * diff --git a/dumux/material/fluidmatrixinteractions/2p/brookscoreyparams.hh b/dumux/material/fluidmatrixinteractions/2p/brookscoreyparams.hh index 6cc118fe66..d0f94d70cc 100644 --- a/dumux/material/fluidmatrixinteractions/2p/brookscoreyparams.hh +++ b/dumux/material/fluidmatrixinteractions/2p/brookscoreyparams.hh @@ -13,10 +13,6 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \ingroup fluidmatrixinteractions - * \defgroup fluidmatrixinteractionsparams FluidMatrixInteractions Parameters - */ /*! * \file diff --git a/dumux/material/fluidsystems/h2o_n2_system.hh b/dumux/material/fluidsystems/h2o_n2_system.hh index 999769e0ce..f88a56e749 100644 --- a/dumux/material/fluidsystems/h2o_n2_system.hh +++ b/dumux/material/fluidsystems/h2o_n2_system.hh @@ -13,10 +13,6 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ -/*! - * \ingroup Material - * \defgroup Fluidsystems Fluidsystems - */ /*! * \file * diff --git a/dumux/material/spatialparameters/boxspatialparameters.hh b/dumux/material/spatialparameters/boxspatialparameters.hh index 54fe774a98..b95bacc44a 100644 --- a/dumux/material/spatialparameters/boxspatialparameters.hh +++ b/dumux/material/spatialparameters/boxspatialparameters.hh @@ -36,12 +36,6 @@ namespace Properties { NEW_PROP_TAG(SpatialParameters); }; - -/*! - * \ingroup Material - * \defgroup SpatialParameters Spatial parameters - */ - /*! * \ingroup SpatialParameters */ -- GitLab