[Issue 3554] Ddoc generats invalid output for documentation comments with non paired paranthasis
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 25 01:12:20 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3554
--- Comment #2 from Johannes Pfau <johannespfau at gmail.com> 2010-07-25 01:12:17 PDT ---
I meant those macro calls should _not_ get escaped, sorry.
Also, some more work would be needed to protect against parenthesis in section
names. But I guess this is usually not a problem.
Example:
/**
* Test):
**/
float f(float a, float b) { return (a+b)/2.0; }
--
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