diff --git a/docs/images/max44000.jpeg b/docs/images/max44000.jpeg deleted file mode 100644 index 48044bf8..00000000 Binary files a/docs/images/max44000.jpeg and /dev/null differ diff --git a/src/max44000/max44000.h b/src/max44000/max44000.h index 10d42b75..9fae1c97 100644 --- a/src/max44000/max44000.h +++ b/src/max44000/max44000.h @@ -55,9 +55,16 @@ namespace upm { /** * @brief max44000 proxmity sensor library * @defgroup max44000 libupm-max44000 + * @ingroup maxim i2c light */ - /** + * @library libupm-max44000 + * @sensor max44000 + * @comname max44000 proximity sensor + * @type light + * @man maxim + * @con i2c + * * @brief C++ API for MAX44000 chip (Ambient and Infrared Proximity Sensor) * * The Maxim Integrated @@ -68,9 +75,7 @@ namespace upm { * (http://datasheets.maximintegrated.com/en/ds/MAX44000PMB1.pdf) from the * analog PMOD kit. * - * @ingroup max44000 i2c * @snippet max44000.cxx Interesting - * @image html max44000.jpeg */ class MAX44000 { public: