STYLE: fix documented stopAt control name for externalFileCoupler

This commit is contained in:
Mark Olesen 2018-08-14 09:22:22 +02:00
parent 3e941ae49b
commit 3c98b9dd55

View File

@ -243,13 +243,13 @@ public:
// content which corresponds to particular return values:
// - \c status=done
// \return Foam::Time::saEndTime
// - \c action=noWriteNow
// \return Foam::Time::saNoWriteNow
// - \c action=writeNow
// \return Foam::Time::saWriteNow
// - \c action=nextWrite
// \return Foam::Time::saNextWrite
// - \c action=noNextWrite
// \return Foam::Time::saNoNextWrite
// - Anything else (empty file, no action= or status=, etc)
// - Anything else (empty file, no action= or status=, etc)
// \return Foam::Time::saUnknown
enum Time::stopAtControls waitForSlave() const;