We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently with the doxygen 1.9.6 version the ITK top of the pages of the documentation look like:
with the doxygen version 1.13.2 this will change in:
The question is what is the preferred layout?
There are 2 points
GENERATE_TREEVIEW
DISABLE_INDEX
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently with the doxygen 1.9.6 version the ITK top of the pages of the documentation look like:
with the doxygen version 1.13.2 this will change in:
The question is what is the preferred layout?
There are 2 points
GENERATE_TREEVIEW
DISABLE_INDEX
The defaults for these settings changed from:
to
(It doesn't hurt to explicitly set the wanted version already for older versions)
The text was updated successfully, but these errors were encountered: