Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / crc.h
index d6a1f45de21ca688c7b83615d3287b15a85a4a9a..be8f0df8be16915f3318852f3329f2bda9e70fc1 100644 (file)
  * the GNU General Public License.
  *
  * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/)
- * Copyright 1999 Bernardo Innocenti <bernie@develer.com>
+ * Copyright 1999 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
- * \brief XModem-CRC16 algorithm (interface)
+ * \brief Cyclic Redundancy Check 16 (CRC).
  *
  * \note This algorithm is incompatible with the CCITT-CRC16.
  *
@@ -44,7 +44,9 @@
  * Omen Technology.
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "crc16"
  */
 
 #ifndef ALGO_CRC_H