mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
snippet: Updated all snippet tags
Ensure all src C++ headers which have corresponding C++ examples have doxygen tags which point to those examples. Some were missing, some were invalid, some needed to be updated to match the new example names. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -67,7 +67,7 @@ namespace upm {
|
||||
* initializes both devices, and provides a mechanism to read
|
||||
* accelerometer and magnetometer data from them.
|
||||
*
|
||||
* @snippet bmc150.cxx Interesting
|
||||
* @snippet bmx055-bmc150.cxx Interesting
|
||||
*/
|
||||
|
||||
class BMC150 {
|
||||
|
@ -61,7 +61,7 @@ namespace upm {
|
||||
* simply initializes both devices, and provides a mechanism to
|
||||
* read accelerometer and gyroscope data from them.
|
||||
*
|
||||
* @snippet bmi055.cxx Interesting
|
||||
* @snippet bmx055-bmi055.cxx Interesting
|
||||
*/
|
||||
|
||||
class BMI055 {
|
||||
|
Reference in New Issue
Block a user