ソースを参照

st7735.h: adding doxygen tags

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
John Van Drasek 9 年 前
コミット
5b6b7c479a
共有1 個のファイルを変更した15 個の追加5 個の削除を含む
  1. 15
    5
      src/st7735/st7735.h

+ 15
- 5
src/st7735/st7735.h ファイルの表示

@@ -494,16 +494,26 @@ const unsigned char font[] = {
494 494
 };
495 495
 
496 496
 /**
497
- * @brief st7735 lcd display library
497
+ * @brief C++ API for the st7735 lcd display library
498
+ *
499
+ *   This file defines the C++ interface for ST7735 display library
500
+ *
498 501
  * @defgroup st7735 libupm-st7735
502
+ * @ingroup adafruit spi display
499 503
  */
500
-
501 504
 /**
502
- * @brief C++ API for ST7735 SPI LCD module
505
+ * @library st7735
506
+ * @sensor st7735
507
+ * @comname LCD display
508
+ * @type display
509
+ * @man adafruit
510
+ * @web http://www.adafruit.com/product/358
511
+ * @con spi
503 512
  *
504
- * This file defines the ST7735 C++ interface for libst7735
513
+ * @brief C++ API for the st7735 lcd display library
514
+ * 
515
+ *   This file defines the C++ interface for ST7735 display library
505 516
  *
506
- * @ingroup st7735 spi
507 517
  * @snippet st7735.cxx Interesting
508 518
  */
509 519
 class ST7735 : public GFX {