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:
David B. Kinder
2019-04-26 10:50:13 -07:00
committed by Anas Nashif
parent 3ce677092d
commit df357c43b1

View File

@@ -57,9 +57,6 @@ struct wdt_config {
u32_t timeout;
void (*interrupt_fn)(struct device *dev);
};
/**
* @}
*/
/**