Private
Public Access
2
0

docs: remove references to C++ as docstrings used by sphinx

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-03 09:33:20 +01:00
parent 0d04677c98
commit 54dfe903bb
7 changed files with 14 additions and 14 deletions

View File

@@ -29,9 +29,9 @@
namespace mraa {
/**
* @brief C++ API to Analog IO
* @brief API to Analog IO
*
* This file defines the aio C++ interface for libmraa
* This file defines the aio interface for libmraa
*
* @snippet examples/c++/AioA0.cpp Interesting
*/

View File

@@ -34,9 +34,9 @@ namespace mraa {
/**
* @file
* @brief C++ API to common functions of MRAA
* @brief API to common functions of MRAA
*
* This file defines the C++ interface for libmraa common functions
* This file defines the interface for libmraa common functions
*/
/**

View File

@@ -59,9 +59,9 @@ typedef enum {
} Edge;
/**
* @brief C++ API to General Purpose IO
* @brief API to General Purpose IO
*
* This file defines the gpio C++ interface for libmraa
* This file defines the gpio interface for libmraa
*
* @snippet Blink-IO.cpp Interesting
*/

View File

@@ -29,9 +29,9 @@
namespace mraa {
/**
* @brief C++ API to Inter-Integrated Circuit
* @brief API to Inter-Integrated Circuit
*
* This file defines the I2c C++ interface for libmraa
* This file defines the I2c interface for libmraa
*
* @snippet I2c-compass.cpp Interesting
*/

View File

@@ -29,9 +29,9 @@
namespace mraa {
/**
* @brief C++ API to Pulse Width Modulation
* @brief API to Pulse Width Modulation
*
* This file defines the PWM C++ interface for libmraa
* This file defines the PWM interface for libmraa
*
* @snippet Pwm3-cycle.cpp Interesting
*/

View File

@@ -29,9 +29,9 @@
namespace mraa {
/**
* @brief C++ API to System Packet Interface
* @brief API to System Packet Interface
*
* This file defines the SPI C++ interface for libmraa
* This file defines the SPI interface for libmraa
*
* @snippet Spi-pot.cpp Interesting
*/

View File

@@ -29,9 +29,9 @@
namespace mraa {
/**
* @brief C++ API to UART (enabling only)
* @brief API to UART (enabling only)
*
* This file defines the UART C++ interface for libmraa
* This file defines the UART interface for libmraa
*/
class Uart {
public: