forked from Imagelibrary/rtems
doxygen: score: adjust doc in watchdog.h to doxygen guidelines
Update #3706.
This commit is contained in:
committed by
Sebastian Huber
parent
7d2cc98b9c
commit
eb84cc3fe7
@@ -37,13 +37,16 @@ extern "C" {
|
||||
*
|
||||
* @ingroup RTEMSScore
|
||||
*
|
||||
* @brief Watchdog Handler
|
||||
*
|
||||
* This handler encapsulates functionality related to the scheduling of
|
||||
* watchdog functions to be called at specific times in the future.
|
||||
*
|
||||
* @note This handler does not have anything to do with hardware watchdog
|
||||
* timers.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
typedef struct Watchdog_Control Watchdog_Control;
|
||||
|
||||
@@ -114,7 +117,7 @@ struct Watchdog_Control {
|
||||
uint64_t expire;
|
||||
};
|
||||
|
||||
/**@}*/
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user