From 54dfe903bb56a5aa801363fe8654491badac64f5 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 3 Sep 2014 09:33:20 +0100 Subject: [PATCH] docs: remove references to C++ as docstrings used by sphinx Signed-off-by: Brendan Le Foll --- api/mraa/aio.hpp | 4 ++-- api/mraa/common.hpp | 4 ++-- api/mraa/gpio.hpp | 4 ++-- api/mraa/i2c.hpp | 4 ++-- api/mraa/pwm.hpp | 4 ++-- api/mraa/spi.hpp | 4 ++-- api/mraa/uart.hpp | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/mraa/aio.hpp b/api/mraa/aio.hpp index 8f31bb8..329a7e2 100644 --- a/api/mraa/aio.hpp +++ b/api/mraa/aio.hpp @@ -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 */ diff --git a/api/mraa/common.hpp b/api/mraa/common.hpp index 4745716..328e886 100644 --- a/api/mraa/common.hpp +++ b/api/mraa/common.hpp @@ -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 */ /** diff --git a/api/mraa/gpio.hpp b/api/mraa/gpio.hpp index 110d7c3..05e3e2d 100644 --- a/api/mraa/gpio.hpp +++ b/api/mraa/gpio.hpp @@ -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 */ diff --git a/api/mraa/i2c.hpp b/api/mraa/i2c.hpp index c4dc1df..0f97bf3 100644 --- a/api/mraa/i2c.hpp +++ b/api/mraa/i2c.hpp @@ -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 */ diff --git a/api/mraa/pwm.hpp b/api/mraa/pwm.hpp index 6762c98..7259c0f 100644 --- a/api/mraa/pwm.hpp +++ b/api/mraa/pwm.hpp @@ -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 */ diff --git a/api/mraa/spi.hpp b/api/mraa/spi.hpp index 263d7c0..64dc00c 100644 --- a/api/mraa/spi.hpp +++ b/api/mraa/spi.hpp @@ -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 */ diff --git a/api/mraa/uart.hpp b/api/mraa/uart.hpp index 28f61c6..f70d7e6 100644 --- a/api/mraa/uart.hpp +++ b/api/mraa/uart.hpp @@ -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: