Fix comments.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 17:14:21 +0000 (17:14 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 17:14:21 +0000 (17:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2315 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/adc.h
bertos/drv/thermo.h

index c3987279dac9982973bfd762defc7cbfa581275d..d1b8b56b3ba09c4f9610abcc8dd74d9ab99b0462 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \version $Id$
  *
- * \brief ADC driver (interface)
+ * \brief Analog to Digital Converter driver (ADC).
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
index cb44d3996b92f4c80523837df1150433578c60d1..9055274d59b3e161fbddd01490a651763ac5a87a 100644 (file)
  *
  * \brief Thermo-control driver.
  *
- * \version $Id$
- *
- * \author Giovanni Bajo <rasky@develer.com>
- * \author Francesco Sacchi <batt@develer.com>
- *
  * This module implements multiple thermo controls, which is the logic needed to try
  * keeping the temperature of a device constant. For this module, a "device" is a black box
  * whose temperature can be measured, and which has a mean to make it hotter or colder.
  * of the black box). This low-level driver also controls the units in which the temperature
  * is expressed: thermo control treats it just as a number.
  *
+ * \version $Id$
+ *
+ * \author Giovanni Bajo <rasky@develer.com>
+ * \author Francesco Sacchi <batt@develer.com>
+ *
  * $WIZARD_MODULE = {
  * "name" : "thermo",
  * "depends" : ["timer", "ntc"],