浏览代码

max31855: fix missing interesting tag in header for doc

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 年前
父节点
当前提交
961c33ad48
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/max31855/max31855.h

+ 2
- 0
src/max31855/max31855.h 查看文件

@@ -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;