-
Notifications
You must be signed in to change notification settings - Fork 277
Update Doxygen version #5047
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Doxygen version #5047
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't imagine point releases mattering.
Is wget-ing from this serve the best option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming that a minor point release update doesn't break CI doxygen, approved. Depending on how much we want to tie ourselves to a specific Doxygen version it might be better to host the chosen version ourselves - but I don't think the download links have broken very often, so might not be worth the extra management.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming that a minor point release update doesn't break CI doxygen, approved. Depending on how much we want to tie ourselves to a specific Doxygen version it might be better to host the chosen version ourselves - but I don't think the download links have broken very often, so might not be worth the extra management.
349a04f
to
2f9afc0
Compare
The old version is no longer available from this host
26bd645
to
fa8af91
Compare
7cd46cd
to
918b1cb
Compare
I'm having problems with multi-line doxygen warnings. They seemed to work before. |
The new version of Doxygen seems to have slightly different warnings
We used to check that we got exactly "1.8.14", but now we get "1.8.16 (b4ba8f5*)", so we just check that it starts with "1.8.16".
These tags are no longer used by doxygen
918b1cb
to
be679f7
Compare
Replaced by #5058 |
The old version is no longer available from this host