Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / algo / crc.h
index bc442b7e19d942356c665c139eb4dce1df257bdf..be8f0df8be16915f3318852f3329f2bda9e70fc1 100644 (file)
@@ -31,7 +31,7 @@
  *
  * -->
  *
- * \brief XModem-CRC16 algorithm (interface)
+ * \brief Cyclic Redundancy Check 16 (CRC).
  *
  * \note This algorithm is incompatible with the CCITT-CRC16.
  *
@@ -45,6 +45,8 @@
  *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "crc16"
  */
 
 #ifndef ALGO_CRC_H