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
          *
63
          *
64
          * @return value in degrees celcius
64
          * @return value in degrees celcius
65
          */
65
          */
66
+//! [Interesting]
66
         double getTemp();
67
         double getTemp();
68
+//! [Interesting]
67
 
69
 
68
     private:
70
     private:
69
         mraa_spi_context m_sensor;
71
         mraa_spi_context m_sensor;