[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 07:29:01 PDT 2010


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



--- Comment #9 from Johannes Pfau <johannespfau at gmail.com> 2010-09-20 07:28:22 PDT ---
Yeah, I also brought this up on the dmd-internals mailing list recently. The
problem is that the patch replaces the parenthesis with LPAREN and RPAREN
macros. Dmd should define these by default but it doesn't. Not defined ddoc
macros expand to an empty string. A workaround is to define these macros in an
ddoc file passed to dmd or in the macro section of a source file; the
definitions should look like this:
RPAREN = )
LPAREN = (

-- 
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