From 6aa42af1d9ede1abe1e2f01c561fc2d42dfa0557 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 17 Jun 2009 20:24:19 +0000 Subject: [PATCH] * Style cleanup --- webcit/roomops.c | 107 ++++++++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 48 deletions(-) diff --git a/webcit/roomops.c b/webcit/roomops.c index 498e7e537..5bb499821 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -6,11 +6,14 @@ #include "webcit.h" #include "webserver.h" #define MAX_FLOORS 128 -char floorlist[MAX_FLOORS][SIZ]; /**< list of our floor names */ -char *viewdefs[9]; /**< the different kinds of available views */ +char floorlist[MAX_FLOORS][SIZ]; /* list of our floor names */ -/** See GetFloorListHash and GetRoomListHash for info on these. Basically we pull LFLR/LKRA etc. and set up a room HashList with these keys. */ +char *viewdefs[9]; /* the different kinds of available views */ + +/* See GetFloorListHash and GetRoomListHash for info on these. + * Basically we pull LFLR/LKRA etc. and set up a room HashList with these keys. + */ #define FLOOR_PARAM_LEN 3 const ConstStr FLOOR_PARAM_NAMES[] = {{HKEY("ID")}, @@ -184,11 +187,8 @@ void room_tree_list(struct roomlisting *rp) } -/** - * \brief Room ordering stuff (compare first by floor, then by order) - * \param r1 first roomlist to compare - * \param r2 second roomlist co compare - * \return are they the same??? +/* + * Room ordering stuff (compare first by floor, then by order) */ int rordercmp(struct roomlisting *r1, struct roomlisting *r2) { @@ -210,9 +210,8 @@ int rordercmp(struct roomlisting *r1, struct roomlisting *r2) } -/** - * \brief Common code for all room listings - * \param variety what??? +/* + * Common code for all room listings */ void listrms(char *variety) { @@ -223,7 +222,7 @@ void listrms(char *variety) struct roomlisting *rp; struct roomlisting *rs; - /** Ask the server for a room list */ + /* Ask the server for a room list */ serv_puts(variety); serv_getln(buf, sizeof buf); if (buf[0] != '1') { @@ -266,7 +265,7 @@ void listrms(char *variety) room_tree_list(rl); - /** + /* * If no rooms were listed, print an nbsp to make the cell * borders show up anyway. */ @@ -274,8 +273,8 @@ void listrms(char *variety) } -/** - * \brief list all forgotten rooms +/* + * list all forgotten rooms */ void zapped_list(void) { @@ -300,8 +299,8 @@ void zapped_list(void) } -/** - * \brief read this room's info file (set v to 1 for verbose mode) +/* + * read this room's info file (set v to 1 for verbose mode) */ void readinfo(StrBuf *Target, WCTemplputParams *TP) { @@ -326,14 +325,15 @@ void readinfo(StrBuf *Target, WCTemplputParams *TP) wprintf("
"); + ">" + ); escputs(briefinfo); wprintf("
"); wprintf("\"%s\"", _("Close window") - ); + ); escputs(fullinfo); wprintf("
"); } @@ -345,12 +345,10 @@ void readinfo(StrBuf *Target, WCTemplputParams *TP) -/** - * \brief Display room banner icon. - * The server doesn't actually - * need the room name, but we supply it in order to - * keep the browser from using a cached icon from - * another room. +/* + * Display room banner icon. + * The server doesn't actually need the room name, but we supply it in + * order to keep the browser from using a cached icon from another room. */ void embed_room_graphic(StrBuf *Target, WCTemplputParams *TP) { @@ -406,8 +404,8 @@ void embed_room_graphic(StrBuf *Target, WCTemplputParams *TP) -/** - * \brief Display the current view and offer an option to change it +/* + * Display the current view and offer an option to change it */ void embed_view_o_matic(StrBuf *Target, WCTemplputParams *TP) { @@ -424,17 +422,17 @@ void embed_view_o_matic(StrBuf *Target, WCTemplputParams *TP) "[selectedIndex].value\">\n"); for (i=0; i<(sizeof viewdefs / sizeof (char *)); ++i) { - /** + /* * Only offer the views that make sense, given the default * view for the room. For example, don't offer a Calendar * view in a non-Calendar room. */ if ( (i == WC->wc_view) - || (i == WC->wc_default_view) /**< default */ - || ( (i == 0) && (WC->wc_default_view == 1) ) /**< mail or bulletin */ - || ( (i == 1) && (WC->wc_default_view == 0) ) /**< mail or bulletin */ - /** || ( (i == 7) && (WC->wc_default_view == 3) ) (calendar list temporarily disabled) */ + || (i == WC->wc_default_view) /* default */ + || ( (i == 0) && (WC->wc_default_view == 1) ) /* mail or bulletin */ + || ( (i == 1) && (WC->wc_default_view == 0) ) /* mail or bulletin */ + /* || ( (i == 7) && (WC->wc_default_view == 3) ) (calendar list temporarily disabled) */ ) { wprintf("