Browse Source

groveemg: header updated with new tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 9 years ago
parent
commit
728e01c582
1 changed files with 11 additions and 3 deletions
  1. 11
    3
      src/groveemg/groveemg.h

+ 11
- 3
src/groveemg/groveemg.h View File

@@ -28,16 +28,24 @@
28 28
 
29 29
 namespace upm {
30 30
   /**
31
-   * @brief UPM module for the GroveEMG Muscle Signal reader Sensor
31
+   * @brief UPM library for the GroveEMG Muscle Signal reader sensor
32 32
    * @defgroup groveemg libupm-groveemg
33
+   * @ingroup seeed analog electric
33 34
    */
35
+
34 36
   /**
35
-   * @brief C++ API for the GroveEMG Muscle Signal reader Sensor
37
+   * @library groveemg
38
+   * @sensor groveemg
39
+   * @comname Grove EMG Sensor
40
+   * @type electric
41
+   * @man seeed
42
+   * @con analog
43
+   *
44
+   * @brief C++ API for the GroveEMG Muscle Signal Reader Sensor
36 45
    * 
37 46
    * GroveEMG Muscle Signal reader gathers small muscle signals,
38 47
    * then processes and returns the result
39 48
    *
40
-   * @ingroup analog groveemg
41 49
    * @snippet groveemg.cxx Interesting
42 50
    */
43 51
   class GroveEMG {