Fix forward reference to enumeration types in GtkDoc header
It's invalid to forward-declare enumerations, yet they might be referenced by typedefs. Fix this by outputting enumerations first so typedefs can references them. As enumerations can't reference other types, it's safe to place them before anything else. Closes #952. Closes #955.
Showing
Please
register
or
sign in
to comment