Browse Source

max31855: fix missing interesting tag in header for doc

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 years ago
parent
commit
961c33ad48
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/max31855/max31855.h

+ 2
- 0
src/max31855/max31855.h View File

@@ -63,7 +63,9 @@ class MAX31855 {
63 63
          *
64 64
          * @return value in degrees celcius
65 65
          */
66
+//! [Interesting]
66 67
         double getTemp();
68
+//! [Interesting]
67 69
 
68 70
     private:
69 71
         mraa_spi_context m_sensor;