www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10206] New: User-defined attributes not documented well in language specification

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



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: -------
May 29 2013