[Issue 194] DDoc: method-attributes ignored within templated class

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 17 01:01:24 PDT 2008


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





------- Comment #1 from bugzilla at digitalmars.com  2008-06-17 03:01 -------
I agree this is a bug. This is not an excuse, but an explanation: By the time
Ddoc runs, class members have been semantically analyzed, and so Ddoc knows
what attributes go with the class members. For class templates, however, they
don't get analyzed until they are instantiated, so when Ddoc looks at it the
attributes have not been computed yet. That's why they're absent.


-- 



More information about the Digitalmars-d-bugs mailing list