mhz16: Adding doxygen comments

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-04-14 15:17:57 -07:00
parent 2555aec888
commit 68fcd45873

View File

@ -48,18 +48,18 @@ const uint8_t MHZ16_END = 0x7e;
namespace upm { namespace upm {
/** /**
* @brief UPM support for the MHZ16 Serial CO2 sensor * @brief MHZ16 Serial CO2 sensor library
* @defgroup mhz16 libupm-mhz16 * @defgroup mhz16 libupm-mhz16
* @ingroup seeed serial gas * @ingroup seeed serial gaseous
*/ */
/** /**
* @sensor mhz16 * @library libupm-mhz16
* @library mhz16 * @sensor mhz16
* @name Grove CO2 sensor * @comname Grove CO2 sensor
* @category gaseous * @type gaseous
* @manufacturer seeed * @man seeed
* @connection uart * @con uart
* *
* @brief C++ API support for the Grove CO2 sensor * @brief C++ API support for the Grove CO2 sensor
* *