@b4n Just noticed a minor problem (or at least a strange looking thing). If you open for instance tm_tag.h and look at the symbol tree in the sidebar, the Typedefs/Enums are combined and because the anonymous enums get the name of the typedef now, the entries under Typedefs/Enums are twice there - once as enum and once as typedef.

One possibility to make it look less strange would be separating typedefs and enums into different roots (grouping them under the same root is a bit artificial anyway since they don't have much in common). But I think all existing roots are already occupied for C/C++ so we'd have to create a new one. What do you think?


Reply to this email directly or view it on GitHub.