max31723: Adding doxygen comments and removing image

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-04-14 15:41:31 -07:00
parent 6da2d5047d
commit 897b0a48c6
2 changed files with 8 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -36,9 +36,16 @@ namespace upm {
/** /**
* @brief max31723 temperature sensor library * @brief max31723 temperature sensor library
* @defgroup max31723 libupm-max31723 * @defgroup max31723 libupm-max31723
* @ingroup maxim spi temperature
*/ */
/** /**
* @library libupm-max31723
* @sensor max31723
* @comname max31723 temperature sensor
* @type temperature
* @man maxim
* @con spi
*
* @brief C++ API for MAX31723 chip (Temperature sensor) * @brief C++ API for MAX31723 chip (Temperature sensor)
* *
* The Maxim Integrated * The Maxim Integrated
@ -48,9 +55,7 @@ namespace upm {
* module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from * module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from
* the analog PMOD kit. * the analog PMOD kit.
* *
* @ingroup max31723 spi
* @snippet max31723.cxx Interesting * @snippet max31723.cxx Interesting
* @image html max31723.jpeg
*/ */
class MAX31723 { class MAX31723 {
public: public: