<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 18.08.2010 00:21, dsource.org wrote:
    <blockquote cite="mid:20100817222119.GA16115@dsource" type="cite">
      <pre wrap="">dmd commit, revision 620


user: walter

msg:
bugzilla 3554 Ddoc generats invalid output for documentation comments with non paired paranthasis

<a class="moz-txt-link-freetext" href="http://www.dsource.org/projects/dmd/changeset/620">http://www.dsource.org/projects/dmd/changeset/620</a>

_______________________________________________
dmd-internals mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dmd-internals@puremagic.com">dmd-internals@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/dmd-internals">http://lists.puremagic.com/mailman/listinfo/dmd-internals</a>
</pre>
    </blockquote>
    Hi Walter,<br>
    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:<br>
    <br>
    <span class="Apple-style-span" style="border-collapse: separate;
      color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: 2; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; font-size: medium;">
      <pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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;/&amp;lt;/\n\
           /&gt;/&amp;gt;/\n\
           /&amp;/&amp;amp;/\n\
+RPAREN = )\n\
+LPAREN = (\n\
 ";
 
 static char ddoc_decl_s[] = "$(DDOC_DECL "</pre>
    </span><br>
    <pre class="moz-signature" cols="72">-- 
Johannes Pfau</pre>
  </body>
</html>