[dmd-internals] dmd commit, revision 620

Johannes Pfau johannespfau at googlemail.com
Fri Sep 17 07:06:25 PDT 2010


 On 18.08.2010 00:21, dsource.org wrote:
> dmd commit, revision 620
>
>
> user: walter
>
> msg:
> bugzilla 3554 Ddoc generats invalid output for documentation comments with non paired paranthasis
>
> http://www.dsource.org/projects/dmd/changeset/620
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
Hi Walter,
I just looked at the code again (because of another ddoc bug) and it
seems like you forgot to include the default definitions for the LPARAM
and RPARAM macros when you rewrote the patch. I think the defaults for
those macros should be included in dmd:

--- doc.c.orig	2010-08-10 19:49:40.000000000 +0200
+++ doc.c	2010-08-17 12:01:43.451998318 +0200
@@ -187,6 +187,8 @@
 ESCAPES = /</&lt;/\n\
           />/&gt;/\n\
           /&/&amp;/\n\
+RPAREN = )\n\
+LPAREN = (\n\
 ";
 
 static char ddoc_decl_s[] = "$(DDOC_DECL "


-- 
Johannes Pfau

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-internals/attachments/20100917/050fb4eb/attachment.html>


More information about the dmd-internals mailing list