Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / dc_motor.h
index d9651d686912c34b28f4a0612d2c0e501f3c7d29..ebd91e280b17b8dbc778e19903b1eec3f5a9d220 100644 (file)
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "dc_motor",
- * "depends" : ["pwm", "pid_control", "adc", "timer"],
- * "configuration" : "bertos/cfg/cfg_dc_motor.h"
- * }
+ * $WIZ$ module_name = "dc_motor"
+ * $WIZ$ module_depends = "pwm", "pid_control", "adc", "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_dc_motor.h"
  */
 
 #ifndef DRV_DC_MOTOR_H