This fixes a few deprecation warnings in newer Doxygen versions (tested with
1.15.0).
```
warning: Tag 'HTML_TIMESTAMP' at line 1203 of file 'Doxyfile'
has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1484 of file
'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 2136 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 2143 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 2354 of file 'Doxyfile'
has become obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
```
As far as I see, we didn't use any of those explicitly.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4530
-- Commit Summary --
* doc: Fix Doxygen deprecation warnings
-- File Changes --
M doc/Doxyfile.in (48)
-- Patch Links --
https://github.com/geany/geany/pull/4530.patch
https://github.com/geany/geany/pull/4530.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4530
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/[email protected]>