diff options
author | Petre Eftime <[email protected]> | 2016-01-13 16:37:55 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-01-13 16:38:55 +0200 |
commit | e75dba3b473aa63ac595b2ce278ab72b687ac6e3 (patch) | |
tree | e405a8a0c157d9514d01c6347cb4ae9a7f975503 /README.md | |
parent | 920465ebebfafbca4f567743abaa106c190e1b20 (diff) |
Build documentation with make doc
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,11 +46,11 @@ Cross-compiling on a different system: ~~~~~~~~~~~~~ To build Java bindings: ~~~~~~~~~~~~~ --DBUILD_JAVA=1 +-DBUILDJAVA=ON ~~~~~~~~~~~~~ To build documentation run: ~~~~~~~~~~~~~ -doxygen Doxyfile +make doc ~~~~~~~~~~~~~ The hellotinyb example uses a [TI Sensor Tag](http://www.ti.com/ww/en/wireless_connectivity/sensortag2015/?INTC=SensorTag&HQS=sensortag) from which it reads the ambient temperature. You have to pass the MAC address of the Sensor Tag as a first parameter to the program. |