Skip to content

Commit df357c4

Browse files
dbkindernashif
authored andcommitted
doc: fix watchdog API documentation
There was a stray close group comment @} that was causing a large chunk of the watchdoc API documentation to be missing. Fixes: #15678 Signed-off-by: David B. Kinder <[email protected]>
1 parent 3ce6770 commit df357c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/watchdog.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ struct wdt_config {
5757
u32_t timeout;
5858
void (*interrupt_fn)(struct device *dev);
5959
};
60-
/**
61-
* @}
62-
*/
6360

6461

6562
/**

0 commit comments

Comments
 (0)