mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
maxds3231m: adding doxygen comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
68fcd45873
commit
a327872241
@ -65,12 +65,20 @@ struct Time3231 {
|
||||
/**
|
||||
* @brief maxds3231m proximity sensor library
|
||||
* @defgroup maxds3231m libupm-maxds3231m
|
||||
* @ingroup generic i2c light
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library libupm-maxds3231m
|
||||
* @sensor maxds3231m
|
||||
* @comname maxds3231m proximity sensor
|
||||
* @type light
|
||||
* @man generic
|
||||
* @con i2c
|
||||
*
|
||||
* @brief C++ API for MAXDS3231M chip (Ambient and Infrared Proximity Sensor)
|
||||
*
|
||||
* @ingroup maxds3231m i2c
|
||||
* This file defines the maxds3231m C++ interface for maxds3231m
|
||||
*
|
||||
* @snippet maxds3231m.cxx Interesting
|
||||
*/
|
||||
class MAXDS3231M {
|
||||
|
Loading…
x
Reference in New Issue
Block a user