Cleaned up some of the comments ... removed vestiges of last year's doxygen experiment
[citadel.git] / webcit / siteconfig.c
index 27271e334cc8d5aea21b38a0cff75ba23283da71..4a67d748bc7375ba9b79f88e9528ce2de71a05be 100644 (file)
@@ -38,7 +38,7 @@ void LoadZoneFiles(void)
 
 
 /*
- * \brief display all configuration items
+ *  display all configuration items
  */
 void display_siteconfig(void)
 {
@@ -871,7 +871,7 @@ CfgMapping ServerConfig[] = {
 
 
 /*
- * \brief display all configuration items
+ *  display all configuration items
  */
 void load_siteconfig(void)
 {
@@ -1070,4 +1070,3 @@ InitModule_SITECONFIG
        RegisterConditional(HKEY("COND:SERVCFG"), 3, ConditionalServCfg, CTX_NONE);
        RegisterConditional(HKEY("COND:SERVCFG:SUBST"), 4, ConditionalServCfgSubst, CTX_NONE);
 }
-/*@}*/