Просмотр исходного кода

grovegsr: header updated with new tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Mihai Tudor Panu 9 лет назад
Родитель
Сommit
687f0188ca
1 измененных файлов: 10 добавлений и 2 удалений
  1. 10
    2
      src/grovegsr/grovegsr.h

+ 10
- 2
src/grovegsr/grovegsr.h Просмотреть файл

28
 
28
 
29
 namespace upm {
29
 namespace upm {
30
   /**
30
   /**
31
-   * @brief UPM module for the GroveGSR Galvanic Skin Response Sensor
31
+   * @brief UPM library for the GroveGSR Galvanic Skin Response Sensor
32
    * @defgroup grovegsr libupm-grovegsr
32
    * @defgroup grovegsr libupm-grovegsr
33
+   * @ingroup seeed analog electric
33
    */
34
    */
35
+
34
   /**
36
   /**
37
+   * @library grovegsr
38
+   * @sensor grovegsr
39
+   * @comname Grove GSR Sensor
40
+   * @type electric
41
+   * @man seeed
42
+   * @con analog
43
+   *
35
    * @brief C++ API for the GroveGSR Galvanic Skin Response Sensor
44
    * @brief C++ API for the GroveGSR Galvanic Skin Response Sensor
36
    * 
45
    * 
37
    * Measure the electrical conductance of skin in order
46
    * Measure the electrical conductance of skin in order
39
    * In other words, it measures sweat on your fingers
48
    * In other words, it measures sweat on your fingers
40
    * as an indicator of strong emotional reactions.
49
    * as an indicator of strong emotional reactions.
41
    *
50
    *
42
-   * @ingroup analog grovegsr
43
    * @snippet grovegsr.cxx Interesting
51
    * @snippet grovegsr.cxx Interesting
44
    */
52
    */
45
   class GroveGSR {
53
   class GroveGSR {