Comments are not properly handled in some cases
-----------------------------------------------
Key: THRIFT-891
URL: https://issues.apache.org/jira/browse/THRIFT-891
Project: Thrift
Issue Type: Bug
Affects Versions: 0.4
Reporter: Lars Francke
Priority: Minor
There's a problem with some comments.
A comment like {{/** foobar **/}} works but {{/**foobar **/}} does not.
Basically if there are two {{*}} at the beginning it must be followed by a
space to parse otherwise I get the following:
{{thrift: src/main.cc:512: char* clean_up_doctext(char*): Assertion
`docstring.length() <= strlen(doctext)' failed.
Aborted}}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.