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

           Summary: Anchors in ddoc are generated with a leading dot
           Product: D
           Version: future
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Jacob Carlborg <[email protected]> 2013-06-15 12:14:15 PDT ---
Example:

http://dlang.org/phobos/std_process.html#.Pid.processID

The anchor name is ".Pid.processID" instead with an leading dot. That will
result in ugly names when referring to that symbol:

$(XREF process, .Pid.processID)

Will expand to a link with the text:

std.process..Pid.processID

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

Reply via email to