1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

doc: core: exclude MUTEX_LOCKED from documentation

This commit is contained in:
Oleg Hahm 2017-01-15 12:03:48 +01:00
parent 456ae68fbe
commit d8574c15e9

View File

@ -55,11 +55,14 @@ typedef struct {
#define MUTEX_INIT_LOCKED { { MUTEX_LOCKED } }
/**
* @internal
* @cond INTERNAL
* @brief This is the value of the mutex when locked and no threads are waiting
* for it
*/
#define MUTEX_LOCKED ((void *)-1)
/**
* @endcond
*/
/**
* @brief Initializes a mutex object.