Remove unneeded doxygen tags.
[bertos.git] / bertos / drv / pwm.h
index 88c1cb7128668209e40525e08a75943925c63504..db00b62a293ebd35baa419944f9595b93c212a82 100644 (file)
  *
  * \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"
- * $WIZ$ module_supports = "not avr"
+ * $WIZ$ module_supports = "not avr and not cm3"
  */
 
 #ifndef DRV_PWM_H
@@ -79,7 +78,7 @@ void pwm_setPolarity(PwmDev dev, bool pol);
 void pwm_enable(PwmDev dev, bool state);
 void pwm_init(void);
 
-/**
+/*
  * Test function prototypes.
  *
  * See pwm_test.c for implemntation of these functions.