Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / timer.h
index 7d981ccd5b331e017aae4c92de05cf287f2f1dab..3b4ccc9e209f0b0414aeaa49addebf0869517767 100644 (file)
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "timer",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_timer.h"
- * }
+ * $WIZ$ module_name = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
  */
 
 #ifndef DRV_TIMER_H