max44000: Adding doxygen comments 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:29:10 -07:00
parent a327872241
commit a3354dca0d
2 changed files with 8 additions and 3 deletions
docs/images
src/max44000

Binary file not shown.

Before

(image error) Size: 18 KiB

@ -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: