-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lots of new parser warnings in our Doxygen testsuite after the merges two days ago #6583
Comments
I do remember (fortunately I documented also my steps and the directory still existed) I just ran it on the master source stack from October 15, 2018.
I did a pull request so uptodate at October 28, 2018 around 16.00.
So I think the problem is solved when issue #6558 is merged. I contacted Dimitri for this as well (@doxygen) @lrineau Can you confirm this? |
I confirm that #6558 fixes the issues. |
Duplicate of #6547 |
IMHO, an issue in the master branch shouldn't be marked as a duplicate of a PR merged 17 days ago :) |
Would have been better to mark it as duplicate of #6547. |
In the CGAL open source project, we recently got a lot of (1 thousand) warnings in our documentation testsuite, because of the bug fixed by PR #6558. But, since two days ago, we now have 10 thousand warnings. The regression occurred in the range d94c105..3a42bcf. The new warnings are like:
It seems those two commits are related to the parser, and were merged two days ago:
Renamed command and moved duplicated code into a macro
andCorrecting warning messages and echoing unknown command
.Might it be another consequence of PR #6558, revealed by a68e6c0, or is it a regression of Doxygen?
@albert-github Remember you can compile the documentation of CGAL by yourself, with the instructions from @sloriot, here: #6548 (comment)
Cc: @maxGimeno @afabri
The text was updated successfully, but these errors were encountered: