[Issue 194] New: DDoc: method-attributes ignored within templated	class
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jun 14 00:33:20 PDT 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=194
           Summary: DDoc: method-attributes ignored within templated class
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: someidiot at earthlink.net
DDoc usually respects method attributes with a class, ensuring that private
methods are not emitted, abstract methods are noted as such, and so on. 
This does not happen within a templated class: all methods are emitted
regardless, and keywords such as abstract, protected, private, etc are all
supressed from the output.
Marked as 'major' because the generated doc is simply invalid.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list