I disagree that member of public structs are private just because there's no doc comment. They are just as public, as they can't be hidden to the compiler or anything else using the struct.
The type can't be hidden inside GEANY_PRIVATE or a private header because it must be fully visible in order to use the public parent struct. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/commit/302b40e9778ff49407902f3ef9f272ed202f4547#commitcomment-15037004
