RT-Thread RTOS
An open source embedded real-time operating system
How to write doxygen documentation for enumeration.

A comment block before the enumeration definition is recommended to describe the general information of the enumeration type. In the comment block, a @brief is required, other commands (such as @note) are optional.

To describe the values of the enumeration, document is recommended to be put after each value.

See documentation/0.doxygen/example/include/enum.h for example.