consistently use \copydoc $CLASSNAME to document files

This commit is contained in:
Andreas Lauser 2012-11-02 13:45:42 +01:00
parent 510fa48526
commit 834b79a8dd
2 changed files with 2 additions and 3 deletions

View File

@ -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}@*/

View File

@ -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