1. I’m using Doxygen 1.8.7, and am wondering how I can rename the “Modules” group, which for my C code has nested groups for “Enumerations, Functions, Macros, Return Codes, and Typedefs?
In our system we have entities that we’re calling “Modules”, and so I don’t want to confuse readers. So I’d prefer that Doxygen output a different string in the resulting HTML.
2. So aside from the mechanics of changing the string, is there a suggestion as to what to call this group? I’m thinking “Entities” is nicely generic and still accurate for a C library?
Thanks,
-Monique |