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: // content which corresponds to particular return values:
// - \c status=done // - \c status=done
// \return Foam::Time::saEndTime // \return Foam::Time::saEndTime
// - \c action=noWriteNow
// \return Foam::Time::saNoWriteNow
// - \c action=writeNow // - \c action=writeNow
// \return Foam::Time::saWriteNow // \return Foam::Time::saWriteNow
// - \c action=nextWrite // - \c action=nextWrite
// \return Foam::Time::saNextWrite // \return Foam::Time::saNextWrite
// - \c action=noNextWrite // - Anything else (empty file, no action= or status=, etc)
// \return Foam::Time::saNoNextWrite
// - Anything else (empty file, no action= or status=, etc)
// \return Foam::Time::saUnknown // \return Foam::Time::saUnknown
enum Time::stopAtControls waitForSlave() const; enum Time::stopAtControls waitForSlave() const;