[platform] Update doxygen errors with example code comments

pull/4233/head
Sam Grove 2017-04-26 09:13:34 -05:00
parent 93b8bb8e52
commit 6062ca7404
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@
* if(x >= 5) {
* error("expected x to be less than 5, but got %d", x);
* }
* #endcode
* @endcode
*/
#ifdef __cplusplus

View File

@ -41,6 +41,7 @@ extern "C" {
* wait(0.5);
* }
* }
* @endcode
*/
/** Waits for a number of seconds, with microsecond resolution (within