doxygen: removed library to group name conflicts from new generic classes

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-09-19 17:25:36 -07:00
parent 06547dcd07
commit e08b97ff85
6 changed files with 24 additions and 23 deletions

View File

@ -31,13 +31,13 @@
namespace upm {
/**
* @brief relay sensor library
* @defgroup relay libupm-relay
* @brief Relay library
* @defgroup relaylib libupm-relay
* @ingroup seeed gpio relay gsk eak hak
*/
/**
* @library relay
* @library relaylib
* @sensor relay
* @comname Relay
* @altname Grove Relay
@ -48,10 +48,10 @@ namespace upm {
*
* @brief API for the Relay
*
* UPM module for the relay switch. The relay is a
* digital normally-open switch that uses low voltage or current to
* control a higher voltage and/or higher current. When closed,
* the indicator LED lights up and current is allowed to flow.
* UPM module for the relay switch. The relay is a digital normally-open
* switch that uses low voltage or current to control a higher voltage and/or
* higher current. When closed, the indicator LED (if present) lights up and
* current is allowed to flow.
*
* @image html relay.jpg
* @snippet relay.cxx Interesting