r184652 - Comment parsing: followup to r184610: allow multiple \returns

jahanian fjahanian at apple.com
Sun Jun 23 09:47:56 PDT 2013


On Jun 22, 2013, at 4:03 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> Author: gribozavr
> Date: Sat Jun 22 18:03:37 2013
> New Revision: 184652
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=184652&view=rev
> Log:
> Comment parsing: followup to r184610: allow multiple \returns
> 
> Remove unneeded member in CommentSema, add a test for the XML schema (the
> schema already allowed multiple paragraphs in <ResultDiscussion>, but there
> were no tests for that), fix HTML generation (it is not allowed to have <p>

Actually, comment-to-html-xml-conversion.cpp had an unintended  multiple \return test in it. So, I did not add
a new one. But it doesn't hurt. Thanks for the follow up.

- Fariborz





More information about the cfe-commits mailing list