mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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 <david.b.kinder@intel.com>
This commit is contained in:
committed by
Anas Nashif
parent
3ce677092d
commit
df357c43b1
@@ -57,9 +57,6 @@ struct wdt_config {
|
||||
u32_t timeout;
|
||||
void (*interrupt_fn)(struct device *dev);
|
||||
};
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user