mirror of https://github.com/ARMmbed/mbed-os.git
[platform] Update doxygen errors with example code comments
parent
93b8bb8e52
commit
6062ca7404
|
|
@ -53,7 +53,7 @@
|
||||||
* if(x >= 5) {
|
* if(x >= 5) {
|
||||||
* error("expected x to be less than 5, but got %d", x);
|
* error("expected x to be less than 5, but got %d", x);
|
||||||
* }
|
* }
|
||||||
* #endcode
|
* @endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ extern "C" {
|
||||||
* wait(0.5);
|
* wait(0.5);
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
|
* @endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Waits for a number of seconds, with microsecond resolution (within
|
/** Waits for a number of seconds, with microsecond resolution (within
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue