mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
doxygen: updated descriptions to clean up @con tags for xml generation
This ensures the generated xml paragraphs for the connection field won't have nested children and hence should be readable by the ISS parser properly Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-button library and the
|
||||
* Button class.
|
||||
* @library grove
|
||||
* @sensor grovebutton
|
||||
* @comname Button
|
||||
@ -41,8 +43,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
* @kit gsk
|
||||
* @deprecated This class is being replaced by the upm-button library and the
|
||||
* Button class.
|
||||
*
|
||||
* @brief API for the Grove Button
|
||||
*
|
||||
|
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-led library and the
|
||||
* Led class.
|
||||
* @library grove
|
||||
* @sensor groveled
|
||||
* @comname LED
|
||||
@ -40,8 +42,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
* @kit gsk
|
||||
* @deprecated This class is being replaced by the upm-led library and the
|
||||
* Led class.
|
||||
*
|
||||
* @brief API for the Grove LED
|
||||
*
|
||||
|
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-light library and the
|
||||
* Light class.
|
||||
* @library grove
|
||||
* @sensor grovelight
|
||||
* @comname Light Sensor
|
||||
@ -40,8 +42,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con analog
|
||||
* @kit gsk
|
||||
* @deprecated This class is being replaced by the upm-light library and the
|
||||
* Light class.
|
||||
*
|
||||
* @brief API for the Grove Light Sensor
|
||||
*
|
||||
|
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-relay library and the
|
||||
* Relay class.
|
||||
* @library grove
|
||||
* @sensor groverelay
|
||||
* @comname Relay
|
||||
@ -40,8 +42,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
* @kit gsk eak hak
|
||||
* @deprecated This class is being replaced by the upm-relay library and the
|
||||
* Relay class.
|
||||
*
|
||||
* @brief API for the Grove Relay
|
||||
*
|
||||
|
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-rotary library and the
|
||||
* Rotary class.
|
||||
* @library grove
|
||||
* @sensor groverotary
|
||||
* @comname Rotary Angle Sensor
|
||||
@ -41,8 +43,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con analog
|
||||
* @kit gsk
|
||||
* @deprecated This class is being replaced by the upm-rotary library and the
|
||||
* Rotary class.
|
||||
*
|
||||
* @brief API for the Grove Rotary Angle Sensor (Knob)
|
||||
*
|
||||
|
@ -33,14 +33,14 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-slide library and the
|
||||
* Slide class.
|
||||
* @library grove
|
||||
* @sensor groveslide
|
||||
* @comname Slide Potentiometer
|
||||
* @type ainput
|
||||
* @man seeed
|
||||
* @con analog
|
||||
* @deprecated This class is being replaced by the upm-slide library and the
|
||||
* Slide class.
|
||||
*
|
||||
* @brief API for the Grove Slide Potentiometer
|
||||
*
|
||||
|
@ -33,6 +33,8 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @deprecated This class is being replaced by the upm-temperature library and
|
||||
* the Temperature class.
|
||||
* @library grove
|
||||
* @sensor grovetemp
|
||||
* @comname Temperature Sensor
|
||||
@ -40,8 +42,6 @@ namespace upm {
|
||||
* @man seeed
|
||||
* @con analog
|
||||
* @kit gsk
|
||||
* @deprecated This class is being replaced by the upm-temperature library and
|
||||
* the Temperature class.
|
||||
*
|
||||
* @brief API for the Grove Temperature Sensor
|
||||
*
|
||||
|
Reference in New Issue
Block a user