doc: Added group definitions for most common modules.
[bertos.git] / bertos / drv / adc.h
index d1b8b56b3ba09c4f9610abcc8dd74d9ab99b0462..78f3e81d41e5ef8409e21030fb962fbf53f6d5d3 100644 (file)
  *
  * -->
  *
- * \version $Id$
- *
  * \brief Analog to Digital Converter driver (ADC).
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "adc",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_adc.h"
- * }
+ * $WIZ$ module_name = "adc"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
+ * $WIZ$ module_supports = "not atmega103"
  */