diff options
Diffstat (limited to 'lib/csapi/leaving.h')
-rw-r--r-- | lib/csapi/leaving.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csapi/leaving.h b/lib/csapi/leaving.h index 0a4c401c..1bea7e41 100644 --- a/lib/csapi/leaving.h +++ b/lib/csapi/leaving.h @@ -26,7 +26,6 @@ class LeaveRoomJob : public BaseJob { public: /*! \brief Stop the requesting user participating in a particular room. * - * * \param roomId * The room identifier to leave. */ @@ -56,7 +55,6 @@ class ForgetRoomJob : public BaseJob { public: /*! \brief Stop the requesting user remembering about a particular room. * - * * \param roomId * The room identifier to forget. */ |