diff --git a/docs/images/mq303a.jpg b/docs/images/mq303a.jpg new file mode 100755 index 00000000..18b065d9 Binary files /dev/null and b/docs/images/mq303a.jpg differ diff --git a/src/mq303a/mq303a.h b/src/mq303a/mq303a.h index d886f687..92e595b2 100644 --- a/src/mq303a/mq303a.h +++ b/src/mq303a/mq303a.h @@ -29,6 +29,19 @@ namespace upm { /** + * @brief mq303a Alcohol Sensor library + * @defgroup mq303a libupm-mq303a + * @ingroup seeed analog gpio gaseous + */ + /** + * @library libupm-mq303a + * @sensor mq303a + * @comname mq303a Alcohol Sensor + * @type gaseous + * @man seeed + * @web http://www.seeedstudio.com/wiki/Grove_-_Alcohol_Sensor + * @con analog gpio + * * @brief C++ API for the MQ303A Alcohol Sensor * * UPM module for the MQ303A Alcohol Sensor. @@ -36,7 +49,7 @@ namespace upm { * obtained. The higher the value returned from value(), * the higher the amount of alcohol that was detected. * - * @ingroup analog gas alcohol + * @image html mq303a.jpg * @snippet mq303a.cxx Interesting */ class MQ303A {