Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / pwm.h
index f2c651b10df6f1946dd2ee9a146f3dda7ef396d6..f03582142213a1402ea2a39c9fe88e137286c66d 100644 (file)
  *
  * \version $Id$
  *
- * \brief PWM driver (interface)
+ * \brief Pulse Width Modulation (PWM) driver.
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZ$ module_name = "pwm"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
  */
 
 #ifndef DRV_PWM_H