Mark return values as \return rather than \ret.

Needed for Doxygen compliance.
This commit is contained in:
Bård Skaflestad 2012-07-02 12:55:28 +02:00
parent be54b53cb5
commit 8947ef569f

View File

@ -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();