Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / eeprom.h
index 6c6cd9117a78b6e083490769e2600c4a2c74ea14..91c8dfe1073ef273a9ac096c1e2a0dca514cd273 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "eeprom",
- * "depends" : ["kfile"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_depends = "kfile"
  */
 
 #ifndef DRV_EEPROM_H