Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / pwm.h
index c7688f5829f876d4a5dfdb370ebaf9b00870e1b9..f03582142213a1402ea2a39c9fe88e137286c66d 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "pwm",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_pwm.h"
- * }
+ * $WIZ$ module_name = "pwm"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
  */
 
 #ifndef DRV_PWM_H