diff --git a/docs/images/max5487.jpeg b/docs/images/max5487.jpeg deleted file mode 100644 index e01d2ff7..00000000 Binary files a/docs/images/max5487.jpeg and /dev/null differ diff --git a/src/max5487/max5487.h b/src/max5487/max5487.h index cf1e8bd6..96c5466d 100644 --- a/src/max5487/max5487.h +++ b/src/max5487/max5487.h @@ -36,9 +36,16 @@ namespace upm { /** * @brief max5847 digital potentiometer library * @defgroup max5847 libupm-max5847 + * @ingroup maxim spi digipot */ - /** + * @library libupm-max5847 + * @sensor max5847 + * @comname max5847 potentiometer sensor + * @type digipot + * @man maxim + * @con spi + * * @brief C++ API for MAX5487 chip (SPI digital potentionmeter) * * The Maxim Integrated @@ -48,9 +55,7 @@ namespace upm { * PMOD module](http://datasheets.maximintegrated.com/en/ds/MAX5487PMB1.pdf) * from the analog PMOD kit. * - * @ingroup max5847 spi - * @snippet max5487.cxx Interesting - * @image html max5487.jpeg + * @snippet max5847.cxx Interesting */ class MAX5487 { public: