X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=3d1e3a12c27bbfbbe4e86461b74b70606eeeca0f;hb=deff6be32a967252382dd229f0b862f0b38174cf;hp=ff18f8f691e8ff8996f8a01587fad02a24e991b3;hpb=0f4f11234d578488a9b92042802b3568fa698db3;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index ff18f8f69..3d1e3a12c 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -337,8 +337,8 @@ void ParseGoto(folder *room, StrBuf *Line) room->Floor = (const Floor*) vFloor; } -/** - * \brief Delete the current room +/* + * Delete the current room */ void delete_room(void) { @@ -362,8 +362,8 @@ void delete_room(void) } } -/** - * \brief zap a room +/* + * zap a room */ void zap(void) { @@ -982,8 +982,8 @@ void change_view(void) { -/** - * \brief Set the message expire policy for this room and/or floor +/* + * Set the message expire policy for this room and/or floor */ void set_room_policy(void) { char buf[SIZ]; @@ -1011,8 +1011,8 @@ void set_room_policy(void) { -/** - * \brief Perform changes to a room's network configuration +/* + * Perform changes to a room's network configuration */ void netedit(void) { FILE *fp;