diff options
Diffstat (limited to 'src/enginio_client/enginioreply.cpp')
-rw-r--r-- | src/enginio_client/enginioreply.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/enginio_client/enginioreply.cpp b/src/enginio_client/enginioreply.cpp index 4ae204d..60a15fa 100644 --- a/src/enginio_client/enginioreply.cpp +++ b/src/enginio_client/enginioreply.cpp @@ -270,8 +270,8 @@ bool EnginioReplyState::delayFinishedSignal() /*! \fn bool EnginioReply::isError() const - \brief EnginioReplyState::isError returns whether this reply was unsuccessful - \return true if the reply did not succeed + Returns whether this reply was unsuccessful. + Returns true if the reply did not succeed. */ bool EnginioReplyState::isError() const @@ -282,8 +282,8 @@ bool EnginioReplyState::isError() const /*! \fn bool EnginioReply::isFinished() const - \brief Returns whether this reply was finished or not - \return true if the reply was finished, false otherwise. + Returns whether this reply was finished or not. + Returns true if the reply was finished. */ bool EnginioReplyState::isFinished() const |