X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fautocompletion.c;h=327b98c6d3cec92a8895e4eb370a787c8e12e890;hb=570f816b5024916402d429fbcff0f094779a943a;hp=e9c87ab0d6e2509d1fdd38479831207750527677;hpb=02d3300005027b7222e05eec07f51119e3236edf;p=citadel.git diff --git a/webcit/autocompletion.c b/webcit/autocompletion.c index e9c87ab0d..327b98c6d 100644 --- a/webcit/autocompletion.c +++ b/webcit/autocompletion.c @@ -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); } - - -/** @} */