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

kris foo at bar.com
Wed Aug 16 12:24:05 PDT 2006


d-bugmail at puremagic.com wrote:
> 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>



Aye, sorry ... my bad



More information about the Digitalmars-d-bugs mailing list