Merge pull request #6883 from smlng/doc/core/group_names
doc: correct naming of doxygen group in core
This commit is contained in:
commit
dd72e0bc3a
@ -64,7 +64,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* @name Debugging defines
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#if ENABLE_DEBUG
|
#if ENABLE_DEBUG
|
||||||
|
|||||||
@ -85,7 +85,7 @@ enum {
|
|||||||
#endif /* __clang__ */
|
#endif /* __clang__ */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief logging convenience defines
|
* @name Logging convenience defines
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define LOG_ERROR(...) LOG(LOG_ERROR, __VA_ARGS__)
|
#define LOG_ERROR(...) LOG(LOG_ERROR, __VA_ARGS__)
|
||||||
|
|||||||
@ -132,13 +132,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Thread status list
|
* @name List of thread states
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define STATUS_NOT_FOUND (-1) /**< Describes an illegal thread status */
|
#define STATUS_NOT_FOUND (-1) /**< Describes an illegal thread status */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Blocked states.
|
* @name Blocked states
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define STATUS_STOPPED 0 /**< has terminated */
|
#define STATUS_STOPPED 0 /**< has terminated */
|
||||||
@ -153,7 +153,7 @@
|
|||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief These have to be on a run queue.
|
* @name Queued states
|
||||||
* @{*/
|
* @{*/
|
||||||
#define STATUS_ON_RUNQUEUE STATUS_RUNNING /**< to check if on run queue:
|
#define STATUS_ON_RUNQUEUE STATUS_RUNNING /**< to check if on run queue:
|
||||||
`st >= STATUS_ON_RUNQUEUE` */
|
`st >= STATUS_ON_RUNQUEUE` */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user