mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-16 23:40:13 +08:00

* doxygen: fs: unify groupname to lowercase Signed-off-by: Chen Wang <unicorn_wang@outlook.com> * doxygen: drivers: unify groupname to lowercase Signed-off-by: Chen Wang <unicorn_wang@outlook.com> * doxygen: signal: unify groupname to lowercase Signed-off-by: Chen Wang <unicorn_wang@outlook.com> --------- Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
20 lines
456 B
C
20 lines
456 B
C
/*
|
|
* This file is only used for doxygen document generation.
|
|
*/
|
|
|
|
/**
|
|
* @addtogroup group_thread_comm
|
|
* @{
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_signal Signal
|
|
* @brief signal is used for thread kill etc.
|
|
*
|
|
* A signal (also known as a soft interrupt signal), from a software perspective,
|
|
* is a simulation of interrupt mechanism. When it comes to its principle,
|
|
* thread receiving a signal is similar to processor receiving an interrupt request.
|
|
*/
|
|
|
|
/**@}*/
|