From b1d999e70b6563e8c5094a0a32c07cd2ecade217 Mon Sep 17 00:00:00 2001 From: Ranjan Kumar Date: Wed, 29 Apr 2015 09:58:37 +0530 Subject: [PATCH] apds9002: updated header and doxygen tags Signed-off-by: Mihai Tudor Panu --- src/apds9002/apds9002.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/apds9002/apds9002.h b/src/apds9002/apds9002.h index b3a302d1..e4908bc9 100644 --- a/src/apds9002/apds9002.h +++ b/src/apds9002/apds9002.h @@ -28,25 +28,25 @@ namespace upm { /** - * @brief C++ API for the Grove Luminance Sensor - * - * This sensor transforms luminous intensity to output analog values. - * It uses the APDS-9002 ambient light sensor. - * + * @brief APDS-9002 luminance sensor library * @defgroup apds9002 libupm-apds9002 * @ingroup seeed analog light */ /** - * @sensor APDS-9002 - * @library libupm-apds9002 - * @comname APDS9002 - * @type light ainput + * @library apds9002 + * @sensor apds9002 + * @comname APDS-9002 + * @altname Grove Luminance Sensor + * @type light * @man seeed * @con analog * * @brief UPM module for the Grove Luminance Sensor - * + * + * This sensor transforms luminous intensity to output analog values. + * It uses the APDS-9002 ambient light sensor. + * * @snippet apds9002.cxx Interesting */