InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

Layout of top of ITK documentation pages #5180

Closed albert-github closed 2 days ago

albert-github commented 2 weeks ago

Currently with the doxygen 1.9.6 version the ITK top of the pages of the documentation look like:

Image

with the doxygen version 1.13.2 this will change in:

Image

The question is what is the preferred layout?

There are 2 points

The defaults for these settings changed from:

GENERATE_TREEVIEW = NO
DISABLE_INDEX = NO

to

GENERATE_TREEVIEW = YES
DISABLE_INDEX = YES

(It doesn't hurt to explicitly set the wanted version already for older versions)

albert-github commented 4 days ago

As e.g blaster changed to doxygen version 1.13.2 the result is that there is a "treeview" and the top blue line is gone, to revert to the old layout, proposed patch: diff.patch

dzenanz commented 3 days ago

Thank you for pointing this out. I like the new layout better. I think it is more functional. Therefore, I am explicitly selecting it in #5220.