Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / dc_motor.h
index 1a50d48aa8819b98e8b2f8e71c58589814793809..ebd91e280b17b8dbc778e19903b1eec3f5a9d220 100644 (file)
  * -->
  *
  *
- * \brief DC motor driver (interface)
+ * \brief DC motor driver.
  *
  * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $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