[Bug 53] New: DDoc: Struct templates documented without template	parameters
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Mar 16 00:11:31 PST 2006
    
    
  
http://d.puremagic.com/bugzilla/show_bug.cgi?id=53
           Summary: DDoc: Struct templates documented without template
                    parameters
           Product: D
           Version: 0.149
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ddoc
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: oskar.linde at gmail.com
When documenting a struct template defined using the short-hand notation, the
DDoc output doesn't contain the template parameters:
/// Doc
struct MyStruct(X) {
  X x;
}
Gets documented as:
struct MyStruct;
Doc
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list