From: hikari Date: Tue, 21 Sep 2004 15:14:33 +0000 (+0000) Subject: Author: hikari X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=ff6b72bed7ee097bb00c9cab922166ac7dbde43a;p=ircu2.10.12-pk.git Author: hikari 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 --- diff --git a/ircd/ircd_crypt_plain.c b/ircd/ircd_crypt_plain.c index 4050a52..03cb3e1 100644 --- a/ircd/ircd_crypt_plain.c +++ b/ircd/ircd_crypt_plain.c @@ -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.