From 92615f063775d64bc7ee751e764f6cc92c88f37d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 2 Mar 2015 11:21:23 -0700 Subject: [PATCH] bmpx8x: fix comments so documentation works properly Signed-off-by: Jon Trulson Signed-off-by: Mihai Tudor Panu --- src/bmpx8x/bmpx8x.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bmpx8x/bmpx8x.h b/src/bmpx8x/bmpx8x.h index 9f5f49d3..53b5f4b4 100644 --- a/src/bmpx8x/bmpx8x.h +++ b/src/bmpx8x/bmpx8x.h @@ -60,6 +60,10 @@ #define LOW 0 namespace upm { +/** + * @brief GY65/BPM085, and BMP180 atmospheric pressure sensor library + * @defgroup bmpx8x libupm-bmpx8x + */ /** * @brief C++ API for GY65/BMP085 and BMP180 chips (Atmospheric Pressure Sensor) @@ -70,8 +74,7 @@ namespace upm { * * This module has been tested on the GY65/BMP085 and BMP180 sensors. * - * @ingroup bmpx8x i2c - * @defgroup bmpx8x libupm-bmpx8x + * @ingroup i2c bmpx8x * @snippet bmpx8x.cxx Interesting * @image html bmp085.jpeg */