Use double quotes for PREFIX and SUFFIX
[bertos.git] / bertos / drv / pwm.h
index f2c651b10df6f1946dd2ee9a146f3dda7ef396d6..b9fa728413aa157962d0b6f6eaf00a11c6468d45 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"
+ * $WIZ$ module_hw = "bertos/hw/pwm_map.h"
  */
 
 #ifndef DRV_PWM_H