docs: removed C++ references from documentation to make API language agnostic

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 10:56:03 -07:00
parent 4390c30be8
commit 8614cb322a
109 changed files with 142 additions and 142 deletions

View File

@ -45,9 +45,9 @@
namespace upm {
/**
* @brief C++ API for th02 temperature & humidity sensor library
* @brief API for th02 temperature & humidity sensor library
*
* This file defines the TH02 C++ interface for libth02
* This file defines the TH02 interface for libth02
*
* @defgroup th02 libupm-th02
* @ingroup seeed i2c temp
@ -61,9 +61,9 @@ namespace upm {
* @web http://www.seeedstudio.com/wiki/Grove_-_Tempture%26Humidity_Sensor_(High-Accuracy_%26Mini)_v1.0
* @con i2c
*
* @brief C++ API for th02 temperature & humidity sensor library
* @brief API for th02 temperature & humidity sensor library
*
* This file defines the TH02 C++ interface for libth02
* This file defines the TH02 interface for libth02
*
* NOTE: For use on the Edison with the arduino breakout board, the
* Edison must be set to 3v rather than 5v.