Bug 2516 – DDoc omits static on templates

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2008-12-16T07:07:00Z
Last change time
2015-06-09T01:20:50Z
Keywords
ddoc
Assigned to
nobody
Creator
johnch_atms

Comments

Comment #0 by johnch_atms — 2008-12-16T07:07:55Z
DDoc doesn't document methods as static inside templated types. Example: class Foo(T) { static void bar() {} } Produces: class Foo(T); void bar(); instead of class Foo(T); static void bar();
Comment #1 by nick — 2012-10-24T05:31:35Z
Looks like a duplicate of bug #194 (assuming static counts as an attribute).
Comment #2 by andrej.mitrovich — 2012-11-02T02:11:33Z
*** This issue has been marked as a duplicate of issue 194 ***