Version number to 7.35 in preparation for an upcoming release.
[citadel.git] / webcit / autocompletion.c
index e9c87ab0d6e2509d1fdd38479831207750527677..327b98c6d3cec92a8895e4eb370a787c8e12e890 100644 (file)
@@ -1,16 +1,13 @@
 /*
  * $Id$
- *//**
- * \defgroup AjaxAutoCompletion ajax-powered autocompletion...
- * \ingroup ClientPower
+ *
+ * ajax-powered autocompletion...
  */
 
-/*@{*/
 #include "webcit.h"
 
-/**
- * \brief Recipient autocompletion results
- * \param partial the account to search for ??????
+/*
+ * Recipient autocompletion results
  */
 void recp_autocomplete(char *partial) {
        char buf[1024];
@@ -46,6 +43,3 @@ void recp_autocomplete(char *partial) {
        wprintf("\r\n\r\n");
        wDumpContent(0);
 }
-
-
-/** @} */