![]() |
RT-Thread RTOS
An open source embedded real-time operating system
|
Functions | |
void | doxygen_example_func_foo (int a, int b) |
int | doxygen_example_func_bar (int a, int *b) |
Doxygen Example of Function.
void doxygen_example_func_foo | ( | int | a, |
int | b | ||
) |
Brief description for the function.
Detailed description starts here, one line or multiple lines. Blah blah blah...
[in] | a | Description of param a |
[in] | b | Description of param b |
int doxygen_example_func_bar | ( | int | a, |
int * | b | ||
) |
Brief description for the function.
Detailed description starts here, one line or multiple lines. Blah blah blah...
[in] | a | Description of param a |
[out] | b | Description of param b |