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