[Issue 19466] New: functionLinkage documentation omits some values
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Dec  4 22:50:41 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19466
          Issue ID: 19466
           Summary: functionLinkage documentation omits some values
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: johnch_atms at hotmail.com
std.traits.functionLinkage wraps __traits(getLinkage,...) but the documentation
doesn't list all its values. The full list (from
https://dlang.org/spec/traits.html#getLinkage and
https://dlang.org/spec/attribute.html#LinkageAttribute) that should appear in
the Returns section is: "D", "C", "C++", "Windows", "Pascal", "Objective-C" and
"System".
--
    
    
More information about the Digitalmars-d-bugs
mailing list