upgrade doxygen description
Created by: nschloe
When generating documentation with Doxygen 1.8.*, almost all packages issue warnings like
Warning: Tag `DETAILS_AT_TOP' at line 33 of file `../../common/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `SHOW_DIRECTORIES' at line 69 of file `../../common/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `HTML_ALIGN_MEMBERS' at line 123 of file `../../common/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_SCHEMA' at line 170 of file `../../common/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `XML_DTD' at line 171 of file `../../common/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
The tag DETAILS_AT_TOP
, for example, has been deprecated with Doxygen 1.5.7 more than 7 years ago. Upgrading the description via
doxygen -u
is recommended.