<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>This seems like a very bad idea when I have this in a comment:</div><div><br></div><div><em>0&lt;i</em></div><div><br></div><div>If you expand the '&lt;', you end up with invalid HTML. Entities are <i>supposed</i> to be entities when they come out the other end.</div><div><br></div><div>Either Doxygen comments can contain HTML, or they can't. Please don't mix the two.</div><div><br></div><br><div><div>On Jul 25, 2012, at 14:38 , Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<br><br>The attached patches implement resolving of HTML character references<br>(named: &amp;, decimal: &#42;, hex: &#x1a;) during comment parsing.<br>With these patches in place, internal representation of plain text in<br>comment AST will not contain character references, but the characters<br>themselves.<br><br>Dmitri<br><br>-- <br>main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br><span><convert-unicode-code-point-to-utf8-v1.patch></span><span><character-references-v1.patch></span>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits<br></blockquote></div><br></body></html>