[Issue 14079] New: Variable templates' documentation not generated.
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Jan 29 13:26:10 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14079
          Issue ID: 14079
           Summary: Variable templates' documentation not generated.
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: websites
          Assignee: nobody at puremagic.com
          Reporter: joeyemmons at yahoo.com
A lot of the links on the std.traits doc page do not work and have no
documentation. 
For instance http://dlang.org/phobos/std_traits.html#isInstanceOf does not
actually appear on the page but has a link to it up in the navigation header.
Other links on that page that don't work...
isAssignable, isBoolean, isIntegral, isFloatingPoint, isNumeric, 
isScalarType, isBasicType, isUnsigned, isSigned, isSomeChar, 
isSomeString, isNarrowString, isStaticArray, isDynamicArray, 
isArray, isAssociativeArray, isBuiltinType, isPointer, 
isAggregateType, isIterable, isMutable, isInstanceOf, unsigned
It seems that all the variable templates in std.traits are not getting their
docs generated.
--
    
    
More information about the Digitalmars-d-bugs
mailing list