RT-Thread RTOS
An open source embedded real-time operating system
Sub Group of Doxygen Example
+ Collaboration diagram for Sub Group of Doxygen Example:

Macros

#define DOXYGEN_EXAMPLE_CONST_C   100
 
#define DOXYGEN_EXAMPLE_CONST_D   200
 

Enumerations

enum  doxygen_example_enum_2 { V1 , V2 }
 

Detailed Description

Define a sub group of Doxygen Example.

All members of this group will be displayed in one HTML page.

Macro Definition Documentation

◆ DOXYGEN_EXAMPLE_CONST_C

#define DOXYGEN_EXAMPLE_CONST_C   100

Description of macro const C

◆ DOXYGEN_EXAMPLE_CONST_D

#define DOXYGEN_EXAMPLE_CONST_D   200

Description of macro const D

Enumeration Type Documentation

◆ doxygen_example_enum_2

Brief description of this enumeration.

We use @ingroup to add this enum to the group_doxygen_example_sub separately.

Enumerator
V1 

description for value 1

V2 

description for value 2