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