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:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user