Skip to content

Commit 6062ca7

Browse files
committed
[platform] Update doxygen errors with example code comments
1 parent 93b8bb8 commit 6062ca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform/mbed_error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* if(x >= 5) {
5454
* error("expected x to be less than 5, but got %d", x);
5555
* }
56-
* #endcode
56+
* @endcode
5757
*/
5858

5959
#ifdef __cplusplus

platform/mbed_wait_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ extern "C" {
4141
* wait(0.5);
4242
* }
4343
* }
44+
* @endcode
4445
*/
4546

4647
/** Waits for a number of seconds, with microsecond resolution (within

0 commit comments

Comments
 (0)