[Issue 3554] Ddoc generates invalid output for documentation comments with non paired parantheses
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Dec 21 01:37:45 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3554
--- Comment #17 from bearophile_hugs at eml.cc 2010-12-21 01:35:46 PST ---
Just a note. This program, compiled with -w:
/// Return a random number in [0, 10)
void foo() {}
void main() {}
Prints:
test3.d(2): Warning: Ddoc: Stray ')'. This may cause incorrect Ddoc output. Use
$(RPAREN) instead for unpaired right parentheses.
But the generated HTML is correct.
--
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