[Issue 10908] New: Links in d.chm file are broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 26 16:48:54 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10908

           Summary: Links in d.chm file are broken
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-08-26 16:48:53 PDT ---
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]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list