Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / stepper.h
index a68903ff0bd850f7bebc911b18e28a2667d56334..0756cf6b22f7e002809936ff2aabf8d7407842a0 100644 (file)
  * \author Simone Zinanni <s.zinanni@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
+ * $WIZ$ module_name = "stepper"
+ * $WIZ$ module_depends = "timer", "ramp"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h"
+ * }
  */
 
 #ifndef DRV_STEPPER_H