Change parser strings to include length.
[bertos.git] / bertos / drv / stepper.h
index afa70d8bfb80c7c5dc4b7f6b8f56b25e2e537137..a4c381f69594cf2591e7823c6dbdef863f8ae769 100644 (file)
@@ -7,7 +7,6 @@
  *
  * \brief Driver to control stepper motor
  *
- * \version $Id$
  *
  * \author Francesco Michelini <francesco.michelini@seacfi.com>
  * \author Giovanni Bajo <rasky@develer.com>
  * \author Simone Zinanni <s.zinanni@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "stepper",
- * "depends" : ["timer", "ramp"],
- * "configuration" : "bertos/cfg/cfg_stepper.h"
- * }
+ * $WIZ$ module_name = "stepper"
+ * $WIZ$ module_depends = "timer", "ramp"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_stepper.h"
+ * $WIZ$ module_supports = "not avr"
  */
 
 #ifndef DRV_STEPPER_H