converted comments to get caught by doxygen
[citadel.git] / webcit / floors.c
index 7b210821cb315fa894d3a62f81bfa1b9fce990d1..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)
 {