From 834b79a8dd2ff6368319d347e8707a209ac0034a Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 2 Nov 2012 13:45:42 +0100 Subject: [PATCH] consistently use \copydoc $CLASSNAME to document files --- examples/tutorialproblem_decoupled.hh | 2 +- examples/tutorialspatialparams_decoupled.hh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/tutorialproblem_decoupled.hh b/examples/tutorialproblem_decoupled.hh index d2215937b..b39a54483 100644 --- a/examples/tutorialproblem_decoupled.hh +++ b/examples/tutorialproblem_decoupled.hh @@ -22,7 +22,7 @@ /*! * \file * - * \brief problem for the sequential tutorial + * \copydoc Dumux::TutorialProblemDecoupled */ #ifndef DUMUX_TUTORIALPROBLEM_DECOUPLED_HH // guardian macro /*@\label{tutorial-decoupled:guardian1}@*/ #define DUMUX_TUTORIALPROBLEM_DECOUPLED_HH // guardian macro /*@\label{tutorial-decoupled:guardian2}@*/ diff --git a/examples/tutorialspatialparams_decoupled.hh b/examples/tutorialspatialparams_decoupled.hh index e5153a73c..8cccdffad 100644 --- a/examples/tutorialspatialparams_decoupled.hh +++ b/examples/tutorialspatialparams_decoupled.hh @@ -21,8 +21,7 @@ *****************************************************************************/ /*! * \file - * - * \brief spatial parameters for the sequential tutorial + * \copydoc Dumux::TutorialSpatialParamsDecoupled */ #ifndef DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH #define DUMUX_TUTORIAL_SPATIAL_PARAMETERS_DECOUPLED_HH