-
- Downloads
Doxygen: set HIDE_SCOPE_NAMES.
This option tells doxygen to describe a member "member" of a struct "container" as "member", not "container::member". C doesn't use the :: syntax, so this should help us with readability.
Loading
Please register or sign in to comment