mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-15 16:03:26 -06:00
replace Javadoc notation by c++-style doxygen commands
this basically means to replace '@' by '\' e.g. @brief becomes \brief
This commit is contained in:
parent
79789f6ca0
commit
d987ac7fdf
@ -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}@*/
|
||||
|
Loading…
Reference in New Issue
Block a user