mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-16 15:01:21 +08:00

This patch only updated the groups defined in documentation/0.doxygen. Other groups will be moved into documentation/0.doxygen and updated at that time. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
15 lines
426 B
C
15 lines
426 B
C
/*
|
|
* This file is only used for doxygen document generation.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup group_basic_definition Basic Definitions
|
|
*
|
|
* @brief Basic data type in RT-Thread RTOS.
|
|
*
|
|
* These are the basic definitions which used in RT-Thread RTOS. In general,
|
|
* RT-Thread kernel uses its own definition of the basic data types, such as
|
|
* rt_uint32_t, rt_uint8_t, etc., which does not depend on the compiler or
|
|
* architecture.
|
|
*/
|