Bug 14079 – Variable templates' documentation not generated.

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-01-29T21:26:00Z
Last change time
2017-07-19T17:43:08Z
Keywords
pull
Assigned to
nobody
Creator
joeyemmons

Comments

Comment #0 by joeyemmons — 2015-01-29T21:26:10Z
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.
Comment #1 by dev — 2015-04-21T19:05:29Z
Comment #2 by github-bugzilla — 2015-04-30T23:45:01Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3e7ad6b34183b3b6fbe2c765a69a85dfb711ad71 Fix issue 14079 https://github.com/D-Programming-Language/phobos/commit/c775917a341d25a308a39ebfad5c8ea9c44dcd90 Merge pull request #3212 from nomad-software/issue_14079 Issue 14079 - Variable templates' documentation not generated.
Comment #3 by github-bugzilla — 2017-07-19T17:43:08Z