From: asterix Date: Fri, 6 Feb 2009 17:14:21 +0000 (+0000) Subject: Fix comments. X-Git-Tag: 2.1.0~367 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ef2d608bb7394839777dc9eb1098c5377ac6c5b6;hp=95041d1f0f4d90910c990f23143d0d652ea690c1;p=bertos.git Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2315 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/adc.h b/bertos/drv/adc.h index c3987279..d1b8b56b 100644 --- a/bertos/drv/adc.h +++ b/bertos/drv/adc.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \brief ADC driver (interface) + * \brief Analog to Digital Converter driver (ADC). * * \version $Id$ * \author Francesco Sacchi diff --git a/bertos/drv/thermo.h b/bertos/drv/thermo.h index cb44d399..9055274d 100644 --- a/bertos/drv/thermo.h +++ b/bertos/drv/thermo.h @@ -32,11 +32,6 @@ * * \brief Thermo-control driver. * - * \version $Id$ - * - * \author Giovanni Bajo - * \author Francesco Sacchi - * * 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. @@ -47,6 +42,11 @@ * 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 + * \author Francesco Sacchi + * * $WIZARD_MODULE = { * "name" : "thermo", * "depends" : ["timer", "ntc"],