- Notifications
You must be signed in to change notification settings - Fork2k
Fix Doxygen warnings and spot any other ones in CI#1549
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
f53f7fe tod07b076Comparetormodvolden commentedAug 11, 2024
I hope there is a way to ignore doxygen.cfg warnings, but fail on other warnings. The doxygen versions are different everywhere, and there are either obsolete or unknown (future) options. |
5cb2e71 toed60b77Comparetormodvolden commentedAug 11, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
tormodvolden commentedAug 11, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Using doxygen 1.9.8 with the command line: doxygen -u doc/doxygen.cfg.inThis gets rid of the below warnings from doxygen 1.9.8:warning: Tag 'OUTPUT_TEXT_DIRECTION' at line 102 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'HTML_TIMESTAMP' at line 1247 of file 'doxygen.cfg' 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 1552 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'LATEX_SOURCE_CODE' at line 1865 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'LATEX_TIMESTAMP' at line 1881 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'RTF_SOURCE_CODE' at line 1955 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 2060 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"warning: Tag 'CLASS_DIAGRAMS' at line 2250 of file 'doxygen.cfg' 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 2292 of file 'doxygen.cfg' 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 2299 of file 'doxygen.cfg' 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 2545 of file 'doxygen.cfg' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
These options are not always available and will create unnecessarywarnings. The set values were anyway the default values.Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
These would create warnings when running with a slightly olderdoxygen version. The set values were anyway the default values,with the exception of TIMESTAMP: For some reason, runningdoxygen -u in commita9e6cab gave it the non-default YESvalue.Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
ed60b77 tocac025dCompare
No description provided.