Skip to content

Commit bebd3f0

Browse files
committed
doxygen: signal: unify groupname to lowercase
Signed-off-by: Chen Wang <[email protected]>
1 parent 200a85f commit bebd3f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

documentation/0.doxygen/core/ipc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
/**
11-
* @defgroup group_Signal Signal
11+
* @defgroup group_signal Signal
1212
* @brief signal is used for thread kill etc.
1313
*
1414
* A signal (also known as a soft interrupt signal), from a software perspective,

include/rtdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ typedef struct rt_timer *rt_timer_t;
578578
/**@}*/
579579

580580
/**
581-
* @addtogroup group_Signal
581+
* @addtogroup group_signal
582582
*/
583583
/**@{*/
584584

include/rtthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void rt_scheduler_ipi_handler(int vector, void *param);
248248
/**@}*/
249249

250250
/**
251-
* @addtogroup group_Signal
251+
* @addtogroup group_signal
252252
* @{
253253
*/
254254
#ifdef RT_USING_SIGNALS

0 commit comments

Comments
 (0)