Mark return values as \return rather than \ret.
Needed for Doxygen compliance.
This commit is contained in:
parent
be54b53cb5
commit
8947ef569f
@ -57,11 +57,11 @@ namespace Opm
|
|||||||
/// restarted by a call to start().
|
/// restarted by a call to start().
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
/// \ret the number of running seconds that have passed
|
/// \return the number of running seconds that have passed
|
||||||
/// since last call to start(), secsSinceLast() or
|
/// since last call to start(), secsSinceLast() or
|
||||||
/// secsSinceStart()
|
/// secsSinceStart()
|
||||||
double secsSinceLast();
|
double secsSinceLast();
|
||||||
/// \ret the number of running seconds that have passed
|
/// \return the number of running seconds that have passed
|
||||||
/// since last call to start().
|
/// since last call to start().
|
||||||
double secsSinceStart();
|
double secsSinceStart();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user