May 29, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10206

           Summary: User-defined attributes not documented well in
                    language specification
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: brian-schott@cox.net


--- Comment #0 from brian-schott@cox.net 2013-05-29 11:31:07 PDT ---
User-defined attributes are defined as storage classes on this page: (http://dlang.org/attribute.html#uda), but they are not listed as storage classes in the storage class grammar here (http://dlang.org/declaration.html#StorageClass). Additionally, the user defined attribute grammar references a rule called CallExpression, which does not exist.

UserDefinedAttribute:
    @(ArgumentList) <- This is not a hyperlink to
(http://dlang.org/expression.html#ArgumentList) as it should be.
    @CallExpression <- CallExpression does not exist.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------