replace Javadoc notation by c++-style doxygen commands

this basically means to replace '@' by '\' e.g. @brief becomes \brief
This commit is contained in:
Andreas Lauser 2012-08-29 11:24:03 +02:00
parent 79789f6ca0
commit d987ac7fdf

View File

@ -112,7 +112,7 @@ SET_INT_PROP(TutorialProblemDecoupled, CellsZ, 0);
} /*@\label{tutorial-decoupled:propertysystem-end}@*/
/*! \ingroup DecoupledProblems
* @brief Problem class for the decoupled tutorial
* \brief Problem class for the decoupled tutorial
*/
template<class TypeTag>
class TutorialProblemDecoupled: public IMPESProblem2P<TypeTag> /*@\label{tutorial-decoupled:def-problem}@*/