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

@@ -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
*/