mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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}@*/
|
} /*@\label{tutorial-decoupled:propertysystem-end}@*/
|
||||||
|
|
||||||
/*! \ingroup DecoupledProblems
|
/*! \ingroup DecoupledProblems
|
||||||
* @brief Problem class for the decoupled tutorial
|
* \brief Problem class for the decoupled tutorial
|
||||||
*/
|
*/
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
class TutorialProblemDecoupled: public IMPESProblem2P<TypeTag> /*@\label{tutorial-decoupled:def-problem}@*/
|
class TutorialProblemDecoupled: public IMPESProblem2P<TypeTag> /*@\label{tutorial-decoupled:def-problem}@*/
|
||||||
|
Loading…
Reference in New Issue
Block a user