Committer : shad0w
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2004-09-21 15:14:43 UTC
Modified files:
ircd/ircd_crypt_plain.c
Log message:
Author: hikari <[EMAIL PROTECTED]>
Log message:
Fixed errant * in the file comment so doxygen doesn't detect it as a
documentation comment.
bb
hikari
---------------------- diff included ----------------------
Index: ircu2.10/ircd/ircd_crypt_plain.c
diff -u ircu2.10/ircd/ircd_crypt_plain.c:1.2 ircu2.10/ircd/ircd_crypt_plain.c:1.3
--- ircu2.10/ircd/ircd_crypt_plain.c:1.2 Tue Sep 21 08:11:25 2004
+++ ircu2.10/ircd/ircd_crypt_plain.c Tue Sep 21 08:14:33 2004
@@ -17,10 +17,10 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
-/*
+/**
* @file
- * @brief Routines for PLAIN passwords
- * @version $Id: ircd_crypt_plain.c,v 1.2 2004/09/21 15:11:25 shad0w Exp $
+ * @brief Routines for PLAIN passwords.
+ * @version $Id: ircd_crypt_plain.c,v 1.3 2004/09/21 15:14:33 shad0w Exp $
*
* PLAIN text encryption. Oxymoron and a half that.
*/
----------------------- End of diff -----------------------