From ec067857c5a17bab80669f00208dceb7dbd31fae Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Fri, 20 Mar 2015 17:56:11 -0700 Subject: [PATCH] sm130.h: adding doxygen tags Signed-off-by: John Van Drasek --- src/sm130/sm130.h | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/src/sm130/sm130.h b/src/sm130/sm130.h index dd11d5f5..cc9ff7b8 100644 --- a/src/sm130/sm130.h +++ b/src/sm130/sm130.h @@ -39,18 +39,28 @@ #define LOW 0 namespace upm { - -/** - * @brief sm130 rfid module library - * @defgroup sm130 libupm-sm130 - */ - /** * @brief C++ API for SM130 RFID reader module * - * This file defines the SM130 C++ interface for libsm130 + * This file defines the C++ interface for sm130 RFID library * - * @ingroup sm130 + * @defgroup sm130 libupm-sm130 + * @ingroup sparkfun gpio rfid + */ +/** + * @library sm130 + * @sensor sm130 + * @comname RFID module + * @type rfid + * @man sparkfun + * @web https://www.sparkfun.com/products/10126 + * @con gpio + * + * @brief C++ API for SM130 RFID reader module + * + * This file defines the C++ interface for sm130 RFID library + * + * @snippet sm130.cxx Interesting */ class SM130 {