Add file-level doxygen comment blocks where they were missing.
[ircu2.10.12-pk.git] / ircd / ircd_md5.c
index a450c3a4eb9888f779343c84d2f2bd3a465da788..1dc912ed0315b322fdf96d9e04fadc0d37bc84a7 100644 (file)
  * will fill a supplied 16-byte array with the digest.
  *
  * ircuified 2002 by hikari
- *
- * $Id$
-*/
+ */
+/** @file
+ * @brief MD5 implementation for ircu.
+ * @version $Id$
+ */
 
 #include <string.h>
 #include "ircd_md5.h"