From a327872241c19297f797436d96c28ca2f722d919 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Tue, 14 Apr 2015 15:23:24 -0700 Subject: [PATCH] maxds3231m: adding doxygen comments Signed-off-by: John Van Drasek --- src/maxds3231m/maxds3231m.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/maxds3231m/maxds3231m.h b/src/maxds3231m/maxds3231m.h index 2ebbf1ae..0fa1f883 100644 --- a/src/maxds3231m/maxds3231m.h +++ b/src/maxds3231m/maxds3231m.h @@ -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 {