X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ffloors.c;h=3103a36f44c5fb34a83d172f69c973bf7c6d6e7b;hb=63f3ada05b99ec1994ab72cb0c8c0f44cd0f33c7;hp=7b210821cb315fa894d3a62f81bfa1b9fce990d1;hpb=ed2f854f1a43b7242dbde9eeee16646b8ccd8855;p=citadel.git diff --git a/webcit/floors.c b/webcit/floors.c index 7b210821c..3103a36f4 100644 --- a/webcit/floors.c +++ b/webcit/floors.c @@ -1,10 +1,11 @@ /* * $Id$ - * - * Administrative screens for floor maintenance + */ +/** + * \defgroup AdminFloor Administrative screens for floor maintenance * */ - +/*@{*/ #include "webcit.h" #include "webserver.h" @@ -13,8 +14,10 @@ /* + * \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) {