rt-thread/components/dfs/dfs_v2
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
..
filesystems [components][fs]sync procfs (#9206) 2025-01-14 14:18:39 +08:00
include [dfs]mmap的文件在关闭后释放file指针 (#9917) 2025-02-09 15:55:30 +08:00
src doxygen: add prefix for groups (#9991) 2025-02-15 12:15:19 +08:00
SConscript Sync dfs lwp (#8123) 2023-10-17 13:07:59 +08:00