From 8388a2867a9e077140ffc03394f4d02f92d7e282 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Fri, 20 Mar 2015 16:58:24 -0700 Subject: [PATCH] tm1637.h: adding doxygen tags Signed-off-by: John Van Drasek --- src/tm1637/tm1637.h | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/tm1637/tm1637.h b/src/tm1637/tm1637.h index 4388f9f1..8e42692e 100644 --- a/src/tm1637/tm1637.h +++ b/src/tm1637/tm1637.h @@ -45,20 +45,26 @@ #define LOW 0 namespace upm { - -/** - * @brief tm1637 7-segment screen library - * @defgroup tm1637 libupm-tm1637 - */ - -/** + /** * @brief C++ API for Seven segments screen * - * This file defines the TM1637 C++ interface for lib4digitdisplay + * This file defines the TM1637 C++ interface for lib4digitdisplay * - * @ingroup tm1637 gpio - * @snippet tm1637.cxx Interesting + * @defgroup tm1637 libupm-tm1637 + * @ingroup seeed gpio display + */ +/** + * @library tm1637 + * @sensor tm1637 + * @comname Seven segment screen display + * @type display + * @man seeed + * @web http://www.seeedstudio.com/wiki/Grove_-_4-Digit_Display + * @con gpio * + * @brief C++ API for Seven segments screen + * + * This file defines the TM1637 C++ interface for lib4digitdisplay * A * --- * F | | B @@ -67,6 +73,7 @@ namespace upm { * --- * D * + * @snippet tm1637.cxx Interesting */ class TM1637 { public: