mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +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:
@ -56,7 +56,7 @@ namespace upm {
|
||||
* with a rotary encoder and has 24 controllable LEDs.
|
||||
*
|
||||
* @image html grovecircularled.jpg
|
||||
* @snippet grovecircularled.cxx Interesting
|
||||
* @snippet my9221-grovecircularled.cxx Interesting
|
||||
*/
|
||||
|
||||
class GroveCircularLED : public MY9221 {
|
||||
|
@ -60,7 +60,7 @@ namespace upm {
|
||||
* so that this module can control multiple LED bars.
|
||||
*
|
||||
* @image html my9221.jpg
|
||||
* @snippet groveledbar.cxx Interesting
|
||||
* @snippet my9221-groveledbar.cxx Interesting
|
||||
*/
|
||||
|
||||
class GroveLEDBar : public MY9221 {
|
||||
|
Reference in New Issue
Block a user