]> code.citadel.org Git - citadel.git/blobdiff - webcit/floors.c
converted comments to get caught by doxygen
[citadel.git] / webcit / floors.c
index b67e4700107d9b5f23b95c6c35dc7582a587c9fe..3103a36f44c5fb34a83d172f69c973bf7c6d6e7b 100644 (file)
@@ -1,10 +1,11 @@
 /*
  * $Id$
- *
- * Administrative screens for floor maintenance
+ */
+/**
+ * \defgroup AdminFloor Administrative screens for floor maintenance
  *
  */
-
+/*@{*/
 
 #include "webcit.h"
 #include "webserver.h"
 
 
 /*
+ * \brief Display floor config
  * Display floor configuration.  If prepend_html is not NULL, its contents
  * will be displayed at the top of the screen.
+ * \param prepend_html pagetitle to prepend
  */
 void display_floorconfig(char *prepend_html)
 {
@@ -53,7 +56,7 @@ void display_floorconfig(char *prepend_html)
                return;
        }
 
-       wprintf("<div id=\"fix_scrollbar_bug\">"
+       wprintf("<div class=\"fix_scrollbar_bug\">"
                "<TABLE BORDER=1 WIDTH=100%% bgcolor=\"#ffffff\">\n"
                "<TR><TH>");
        wprintf(_("Floor number"));