digitalmars.D.bugs - [Issue 14079] New: Variable templates' documentation not generated.
- via Digitalmars-d-bugs (26/26) Jan 29 2015 https://issues.dlang.org/show_bug.cgi?id=14079
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 puremagic.com Reporter: joeyemmons 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. --
Jan 29 2015