From e7b61407559e08395b36b35f13c2bb9933cc100d Mon Sep 17 00:00:00 2001 From: Karin Erbertseder <k.erbertseder@web.de> Date: Wed, 20 Oct 2010 09:35:48 +0000 Subject: [PATCH] update of documentation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4476 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/1p/1pspatialparameters.hh | 6 +++++- test/boxmodels/1p2c/tissue_tumor_spatialparameters.hh | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/test/boxmodels/1p/1pspatialparameters.hh b/test/boxmodels/1p/1pspatialparameters.hh index f81b93dae4..4f38609c0d 100644 --- a/test/boxmodels/1p/1pspatialparameters.hh +++ b/test/boxmodels/1p/1pspatialparameters.hh @@ -20,8 +20,12 @@ namespace Dumux { +/** + * \file + * + * \brief Class for defining spatial parameters + */ -/** \todo Please doc me! */ template<class TypeTag> class OnePSpatialParameters : public BoxSpatialParameters<TypeTag> { diff --git a/test/boxmodels/1p2c/tissue_tumor_spatialparameters.hh b/test/boxmodels/1p2c/tissue_tumor_spatialparameters.hh index b85d44bd41..0de7f7f98a 100644 --- a/test/boxmodels/1p2c/tissue_tumor_spatialparameters.hh +++ b/test/boxmodels/1p2c/tissue_tumor_spatialparameters.hh @@ -26,6 +26,8 @@ namespace Dumux { /** + * \file + * * \brief Definition of the spatial parameters for the problem * */ -- GitLab