comments
authorArt Cancro <ajc@citadel.org>
Fri, 27 Jan 2006 22:40:10 +0000 (22:40 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Jan 2006 22:40:10 +0000 (22:40 +0000)
webcit/mainmenu.c
webcit/webcit.c

index 92b11d4efc92dc80123af6df73bff760ea1cfa40..441354d22e427721a44233e1b50eab6d1fd5c5c9 100644 (file)
@@ -304,7 +304,7 @@ void display_generic(void)
 }
 
 /**
- * \brief what???
+ * \brief Interactive window to perform generic Citadel server commands.
  */
 void do_generic(void)
 {
index f42fa4fc2b2c0a333eca59ca5ed94cc9627b56ad..8c9e47b950086f15fab5a85c60af8c0aba14ae4b 100644 (file)
@@ -897,7 +897,7 @@ void end_ajax_response(void) {
 }
 
 /**
- * \brief parse server command to execute on the citadel
+ * \brief Wraps a Citadel server command in an AJAX transaction.
  */
 void ajax_servcmd(void)
 {