diff options
Diffstat (limited to 'lib/csapi/banning.h')
-rw-r--r-- | lib/csapi/banning.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csapi/banning.h b/lib/csapi/banning.h index 4faaaa81..37ae91ee 100644 --- a/lib/csapi/banning.h +++ b/lib/csapi/banning.h @@ -22,7 +22,6 @@ class BanJob : public BaseJob { public: /*! \brief Ban a user in the room. * - * * \param roomId * The room identifier (not alias) from which the user should be banned. * @@ -50,7 +49,6 @@ class UnbanJob : public BaseJob { public: /*! \brief Unban a user from the room. * - * * \param roomId * The room identifier (not alias) from which the user should be unbanned. * |