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: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 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: -------

Reply via email to