Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / ntc.h
index 70139e175a42ecffeaab1c192cf9d32cad567c70..3a160ea72d9130b09b3a0054fc14e44298243928 100644 (file)
  * \author Giovanni Bajo <rasky@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "ntc",
- * "depends" : ["adc"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "ntc"
+ * $WIZ$ module_depends = "adc"
  */
 
 #ifndef DRV_NTC_H