Hello,
Can doxygen include in a class's documentation which module the class
belongs to?
Currently if I go to a group's page I can see which classes belong to
the group (ie the classes in the module/package), but if I go to a class
I don't know which group it belongs to. Hence I can't find which other
classes are in the same group without going through all groups until I
find the group that contains it. Given that classes have the \ingroup
to say which group they belong to, it seems like it would be easy for
doxygen to generate that information. Yet, find this using scripts is a
major hassle.
Thanks in advance,
Oliver
|