From d932fa606f2d05115db82224395d27157cec4c15 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Fri, 10 Apr 2015 14:29:35 -0700 Subject: [PATCH] groveo2: header updated with new tags Signed-off-by: Mihai Tudor Panu --- src/groveo2/groveo2.h | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/src/groveo2/groveo2.h b/src/groveo2/groveo2.h index a5117f3a..93e34621 100644 --- a/src/groveo2/groveo2.h +++ b/src/groveo2/groveo2.h @@ -27,18 +27,26 @@ #include namespace upm { - /** - * @brief UPM module for the GroveO2 Oxygen Gas Sensor - * @defgroup groveo2 libupm-groveo2 - */ - /** - * @brief C++ API for the GroveO2 Oxygen Gas Sensor - * - * The Grove O2 sensor measures the oxygen concentration in the air - * - * @ingroup analog groveo2 - * @snippet groveo2.cxx Interesting - */ + /** + * @brief UPM module for the GroveO2 Oxygen Gas Sensor + * @defgroup groveo2 libupm-groveo2 + * @ingroup seeed analog gaseous + */ + + /** + * @library groveo2 + * @sensor groveo2 + * @comname Grove O2 Sensor + * @type gaseous + * @man seeed + * @con analog + * + * @brief C++ API for the GroveO2 Oxygen Gas Sensor + * + * The Grove O2 sensor measures the oxygen concentration in the air + * + * @snippet groveo2.cxx Interesting + */ class GroveO2 { public: /** @@ -62,5 +70,3 @@ namespace upm { mraa_aio_context m_aio; }; } - -