-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Incorrect closing HTML comment #7700
Conversation
Newer versions of doxygen are more restrictive (and following the rules) in respect to the end comment of a HTML type of comment, i.e. `<!-- ... -->`, so parts of the paragraphs were missing (Triangulation/index.html and Triangulation/group___pkg_triangulations_ref.html) See also https://www.w3.org/TR/2006/REC-xml11-20060816/#sec-comments
Remove gray background and get some indentation (Note this proposed pull request needs the proposed pull request CGAL#7700)
Don't we run an html-checker? |
I don't think a HTML checker would be of any use here as the mentioned code is interpreted by doxygen and doxygen follows, now, the rule about the |
Create a proposed pull request for doxygen: doxygen/doxygen#10298 |
Successfully tested in CGAL-6.0-Ic-61 |
Newer versions of doxygen are more restrictive (and following the rules) in respect to the end comment of a HTML type of comment, i.e.
<!-- ... -->
, so parts of the paragraphs were missing (Triangulation/index.html and Triangulation/group___pkg_triangulations_ref.html)See also https://www.w3.org/TR/2006/REC-xml11-20060816/#sec-comments