doxygen "flattens" nested structs (2) More...
Go to the source code of this file.
Variables | |
struct { | |
int x | |
struct { | |
int y | |
float a | |
float b | |
} innerVariant_2 | |
} | outerVariant_2 |
doxygen "flattens" nested structs (2)
struct { ... } outerVariant_2 |
The flattened structure looks like this: