[Issue 3554] Ddoc generats invalid output for documentation comments with non paired paranthasis

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 20 05:04:18 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3554



--- Comment #8 from bearophile_hugs at eml.cc 2010-09-20 05:03:38 PDT ---
This bug doesn't seem fixed in dmd 2.049. This program:


/// Return a random number in [0, 10 $(LPAREN)
void foo() {}
void main() {}



Generates an html that doesn't show the closing left parenthesis:


...
<dd>Return a random number in [0, 10 <br><br>

</dd>
...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list