-
Notifications
You must be signed in to change notification settings - Fork 310
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
Upgrade doxygen to 1.9.4 #650
Conversation
Codecov Report
@@ Coverage Diff @@
## master #650 +/- ##
=======================================
Coverage 92.86% 92.86%
=======================================
Files 23 23
Lines 3546 3546
Branches 375 375
=======================================
Hits 3293 3293
Misses 144 144
Partials 109 109 |
LATEX_HIDE_INDICES = NO | ||
LATEX_SOURCE_CODE = NO |
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.
This was removed completely.
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.
Yes, four deprecated entries were removed by the tool. Previously warnings about these were emitted.
RTF_EXTENSIONS_FILE = | ||
RTF_SOURCE_CODE = NO |
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.
This was removed completely.
DOCBOOK_OUTPUT = docbook | ||
DOCBOOK_PROGRAMLISTING = NO |
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.
Same.
#--------------------------------------------------------------------------- | ||
# Configuration options related to the dot tool | ||
#--------------------------------------------------------------------------- | ||
CLASS_DIAGRAMS = NO |
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.
Same.
Doxyfile
Outdated
# Possible values are: NO, YES, TEXT and GRAPH. | ||
# The default value is: YES. | ||
|
||
CLASS_GRAPH = TEXT |
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.
This changed from YES to TEXT.
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.
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.
Looks nice!
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.
But I want to go back to previous version. WDYT?
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.
Fine with either option.
The doxygen config has been upgraded to 1.9.4 version with doxygen -u.
This fixes an issue with one
from_hex()
overload in #649.