docs: removed C++ references from documentation to make API language agnostic

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 10:56:03 -07:00
parent 4390c30be8
commit 8614cb322a
109 changed files with 142 additions and 142 deletions

View File

@ -494,9 +494,9 @@ const unsigned char font[] = {
};
/**
* @brief C++ API for the st7735 lcd display library
* @brief API for the st7735 lcd display library
*
* This file defines the C++ interface for ST7735 display library
* This file defines the interface for ST7735 display library
*
* @defgroup st7735 libupm-st7735
* @ingroup adafruit spi display
@ -510,9 +510,9 @@ const unsigned char font[] = {
* @web http://www.adafruit.com/product/358
* @con spi
*
* @brief C++ API for the st7735 lcd display library
* @brief API for the st7735 lcd display library
*
* This file defines the C++ interface for ST7735 display library
* This file defines the interface for ST7735 display library
*
* @image html st7735.jpg
* @snippet st7735.cxx Interesting