mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
examples: fixed snippet tag to filename mismatch
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
6fe96b2195
commit
577894851b
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user