From 577894851b4db56d7944b24b5d276f9e4895e19d Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Fri, 13 Mar 2015 13:34:41 -0700 Subject: [PATCH] examples: fixed snippet tag to filename mismatch Signed-off-by: Mihai Tudor Panu --- src/mlx90614/mlx90614.h | 4 ++-- src/mpu9150/mpu9150.h | 2 +- src/th02/th02.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mlx90614/mlx90614.h b/src/mlx90614/mlx90614.h index 62c1318f..53e20a2e 100644 --- a/src/mlx90614/mlx90614.h +++ b/src/mlx90614/mlx90614.h @@ -62,8 +62,8 @@ namespace upm { * * This file defines the MLX90614 C++ interface for libmlx90614 * - * @ingroup mlx90641 i2c - * @snippet mlx90641.cxx Interesting + * @ingroup mlx90614 i2c + * @snippet mlx90614.cxx Interesting */ class MLX90614 { public: diff --git a/src/mpu9150/mpu9150.h b/src/mpu9150/mpu9150.h index cfb5b253..230890b4 100644 --- a/src/mpu9150/mpu9150.h +++ b/src/mpu9150/mpu9150.h @@ -119,7 +119,7 @@ struct AxisData { * This file defines the MPU9150 C++ interface for libmpu9150 * * @ingroup mpu9150 i2c - * @snippet mpu9150-example.cxx Interesting + * @snippet mpu9150.cxx Interesting */ class MPU9150 { public: diff --git a/src/th02/th02.h b/src/th02/th02.h index 68532576..9ec1424e 100644 --- a/src/th02/th02.h +++ b/src/th02/th02.h @@ -60,7 +60,7 @@ namespace upm { * This file defines the TH02 C++ interface for libth02 * * @ingroup th02 - * @snippet th02-example.cxx Interesting + * @snippet th02.cxx Interesting */ class TH02 { public: