ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Improve group/module bar layout in Doxygen pages

Open jhlegarreta opened this issue 1 year ago • 1 comments

Description

When a class belongs to numerous modules/groups, the group/module links become a little bit cluttered, e.g.

itkComplexConjugateAdaptor_doxygen

The layout should be improved for better understanding the module/group membership of a given class.

Expected information

Group and module names should be better separated/organized in the group/module bar.

Actual information

Group and module names become cluttered; one does not really know which one is a module/group.

Versions

master

Additional Information

Slightly related to #3656.

jhlegarreta avatar Sep 25 '22 22:09 jhlegarreta

Slightly related to this. It might be worthwhile to add a "More..." link at the top of the classes that links with the "Detailed description" section of each class, otherwise it is not apparent where the description is.

e.g. in VTK:

vtk_more_class_description

jhlegarreta avatar Sep 27 '22 13:09 jhlegarreta