man: Upgrade Doxyfile config files with doxygen 1.9.1#6093
Merged
echoix merged 2 commits intoOSGeo:mainfrom Jul 21, 2025
Merged
man: Upgrade Doxyfile config files with doxygen 1.9.1#6093echoix merged 2 commits intoOSGeo:mainfrom
echoix merged 2 commits intoOSGeo:mainfrom
Conversation
Using `doxygen -u include/Make/Doxyfile_arch_html.in`
```
warning: Tag 'TCL_SUBST' at line 203 of file 'include/Make/Doxyfile_arch_html.in' has become obsolete.
This tag has been removed.
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 879 of file 'include/Make/Doxyfile_arch_html.in' has become obsolete.
This tag has been removed.
warning: Tag 'PERL_PATH' at line 1593 of file 'include/Make/Doxyfile_arch_html.in' has become obsolete.
This tag has been removed.
warning: Tag 'MSCGEN_PATH' at line 1614 of file 'include/Make/Doxyfile_arch_html.in' has become obsolete.
This tag has been removed.
Configuration file 'include/Make/Doxyfile_arch_html.in' updated.
```
Using `doxygen -u include/Make/Doxyfile_arch_latex.in`
```
warning: Tag 'TCL_SUBST' at line 203 of file 'include/Make/Doxyfile_arch_latex.in' has become obsolete.
This tag has been removed.
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 879 of file 'include/Make/Doxyfile_arch_latex.in' has become obsolete.
This tag has been removed.
warning: Tag 'PERL_PATH' at line 1593 of file 'include/Make/Doxyfile_arch_latex.in' has become obsolete.
This tag has been removed.
warning: Tag 'MSCGEN_PATH' at line 1614 of file 'include/Make/Doxyfile_arch_latex.in' has become obsolete.
This tag has been removed.
Configuration file 'include/Make/Doxyfile_arch_latex.in' updated.
```
nilason
approved these changes
Jul 21, 2025
Contributor
nilason
left a comment
There was a problem hiding this comment.
Version 1.9.1 was released in 2021 and is supported by most important platforms. This looks good to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades the doxygen configuration files to doxygen 1.9.1, the version currently used in the server that publishes the programming8 manual.
From https://www.doxygen.nl/manual/doxygen_usage.html:
Here are the messages logged in the console during the conversion:
This is independent of #6092, but has been compared with the output of #6092 and an un-filed PR dependant of #6092 that enables the disabled features. Only the
version_8h.htmlandversion_8h_source.htmlwhereGRASS_HEADERS_VERSIONandGRASS_HEADERS_DATEare defined changed.No other config values were changed here, so further PRs will be very clear and isolated which config changes are made