From 5b6b7c479ab608c07d4428cfb87056bf939cb443 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Fri, 20 Mar 2015 17:50:13 -0700 Subject: [PATCH] st7735.h: adding doxygen tags Signed-off-by: John Van Drasek --- src/st7735/st7735.h | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/st7735/st7735.h b/src/st7735/st7735.h index 5894e977..764c32d5 100644 --- a/src/st7735/st7735.h +++ b/src/st7735/st7735.h @@ -494,16 +494,26 @@ const unsigned char font[] = { }; /** - * @brief st7735 lcd display library + * @brief C++ API for the st7735 lcd display library + * + * This file defines the C++ interface for ST7735 display library + * * @defgroup st7735 libupm-st7735 + * @ingroup adafruit spi display */ - /** - * @brief C++ API for ST7735 SPI LCD module + * @library st7735 + * @sensor st7735 + * @comname LCD display + * @type display + * @man adafruit + * @web http://www.adafruit.com/product/358 + * @con spi * - * This file defines the ST7735 C++ interface for libst7735 + * @brief C++ API for the st7735 lcd display library + * + * This file defines the C++ interface for ST7735 display library * - * @ingroup st7735 spi * @snippet st7735.cxx Interesting */ class ST7735 : public GFX {