examples: fixed snippet tag to filename mismatch

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-03-13 13:34:41 -07:00
parent 6fe96b2195
commit 577894851b
3 changed files with 4 additions and 4 deletions

View File

@ -62,8 +62,8 @@ namespace upm {
* *
* This file defines the MLX90614 C++ interface for libmlx90614 * This file defines the MLX90614 C++ interface for libmlx90614
* *
* @ingroup mlx90641 i2c * @ingroup mlx90614 i2c
* @snippet mlx90641.cxx Interesting * @snippet mlx90614.cxx Interesting
*/ */
class MLX90614 { class MLX90614 {
public: public:

View File

@ -119,7 +119,7 @@ struct AxisData {
* This file defines the MPU9150 C++ interface for libmpu9150 * This file defines the MPU9150 C++ interface for libmpu9150
* *
* @ingroup mpu9150 i2c * @ingroup mpu9150 i2c
* @snippet mpu9150-example.cxx Interesting * @snippet mpu9150.cxx Interesting
*/ */
class MPU9150 { class MPU9150 {
public: public:

View File

@ -60,7 +60,7 @@ namespace upm {
* This file defines the TH02 C++ interface for libth02 * This file defines the TH02 C++ interface for libth02
* *
* @ingroup th02 * @ingroup th02
* @snippet th02-example.cxx Interesting * @snippet th02.cxx Interesting
*/ */
class TH02 { class TH02 {
public: public: