[Issue 193] DDoc generates incorrect expansion for template decls; breaks CandyDoc
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 11 17:14:28 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=193
someidiot at earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #2 from someidiot at earthlink.net 2006-08-11 19:14 -------
Hrm ... this does not appear to be fixed. There seems to be no change in the
generated output, e.g.
struct TextT(T)
becomes:
<dl><dt><big>struct <u><u>TextT</u></u>;
</big></dt>
Still the same double underline, due to twin expansion of D_PSYMBOL (or
whatever). CandyDoc truly does not like this
--
More information about the Digitalmars-d-bugs
mailing list