rt-thread/include
Chen Wang c40b79037c
doxygen: add prefix for groups (#9991)
* doxygen: add prefix for groups

Add "group_" prefix to doxygen group names. This makes
it easier to grep with group name later.

This patch only modifies the groups defined in the pathes
of INPUT of documentation/Doxyfile:

INPUT = . \
        ../src \
        ../include \
        ../components/finsh \
        ../components/drivers/include/drivers \
        ../components/drivers/clk \
        ../components/dfs/dfs_v2/src \
        ../components/dfs/dfs_v2/include

Other groups are not touched.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* ci: fixed error report when run file_check.py

Such as:
- "please delete extra space at the end of this line."
- "the RT-Thread error code should return negative value. e.g. return
  -RT_ERROR"

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

---------

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-02-15 12:15:19 +08:00
..
klibc [klibc] add rt_sscanf 2024-11-25 09:49:23 +08:00
rtatomic.h feat: rtatomic: lockless single linked list 2024-11-03 10:08:45 +08:00
rtcompiler.h [COMPILER/FEATURE] Support rt_packed 2024-11-04 10:10:15 +08:00
rtdbg.h kernel: cleanup debug APIs 2024-12-20 17:50:00 -05:00
rtdef.h doxygen: add prefix for groups (#9991) 2025-02-15 12:15:19 +08:00
rthw.h feat: kernel/libcpu: fit into ilp32d 2024-09-01 15:12:34 -04:00
rtklibc.h [klibc] add kerrno.h 2024-09-23 21:30:37 +08:00
rtm.h [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
rtsched.h feat: remove RT_USING_SCHED_THREAD_CTX 2024-10-19 15:19:41 -04:00
rtservice.h doxygen: add prefix for groups (#9991) 2025-02-15 12:15:19 +08:00
rtthread.h doxygen: add prefix for groups (#9991) 2025-02-15 12:15:19 +08:00
rttypes.h feat: rtatomic: lockless single linked list 2024-11-03 10:08:45 +08:00