Author: hikari <hikari@hikari.org.uk>
authorhikari <hikari@hikari.org.uk>
Tue, 21 Sep 2004 15:14:33 +0000 (15:14 +0000)
committerhikari <hikari@hikari.org.uk>
Tue, 21 Sep 2004 15:14:33 +0000 (15:14 +0000)
Log message:

Fixed errant * in the file comment so doxygen doesn't detect it as a documentation comment.

bb
hikari

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1158 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ircd/ircd_crypt_plain.c

index 4050a5244b582d21bada8208a3fed11068f6faa8..03cb3e1d4868b215f66b2cd88e8a06350b270844 100644 (file)
@@ -17,9 +17,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  */
-/*
+/**
  * @file
- * @brief Routines for PLAIN passwords
+ * @brief Routines for PLAIN passwords.
  * @version $Id$
  * 
  * PLAIN text encryption.  Oxymoron and a half that.