[Issue 193] DDoc generates incorrect expansion for template decls; breaks CandyDoc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 14 12:44:02 PDT 2006


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


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #3 from bugzilla at digitalmars.com  2006-08-14 14:44 -------
Works for me:
-----------------------
C:\mars>type test.d
class Bar { }

/// foo
struct Foo(T)
{
}

C:\mars>dmd -D -c -o- test

C:\mars>type test.html
<html><head>
        <META http-equiv="content-type" content="text/html; charset=utf-8">
        <title>test</title>
        </head><body>
        <h1>test</h1>
        <!-- Generated by Ddoc from test.d -->
<br><br>
<dl><dt><big>struct <u>Foo</u>(T);
</big></dt>
<dd>foo
<br><br>

<dl></dl>
</dd>
</dl>

        <hr><small>Page generated by <a
href="http://www.digitalmars.com/d/ddoc.html">Ddoc</a>. </small>
        </body></html>

C:\mars>
------------------------------


-- 




More information about the Digitalmars-d-bugs mailing list