Comment #0 by andrej.mitrovich — 2013-08-26T16:48:53Z
In the index of the 2.063.2 d.chm file, if you type in 'unqual', you'll get back:
Unqual!(CommonType!(F1, F2))
Unqual!(S1)[]
If you double-click the first, it leads to std.numeric.dotProduct, if you open the second, it leads to std.array.split.
Almost all template symbols seem to have broken links, e.g.:
Array!(bool) leads to std.container.SList.dup.
The links for the ctors are also broken, e.g. 'this(const(Tag)' leads to 'this(string s);' in the docs.
Also some properties links are broken:
'const pure nothrow size_t' leads to the toHash method.
Another bug is that a closing brace is missing in all ctors, type 'this' in the index and you'll get back:
this()(T
this()(Types
this()(ubyte[16]
Comment #1 by andrej.mitrovich — 2014-04-28T20:16:02Z
Still broken in 2.065.
Comment #2 by dlang-bugzilla — 2014-04-28T23:22:10Z