digitalmars.D.bugs - [Issue 7195] New: remove in std.algorithm documentation quick links goes to wrong remove
- d-bugmail puremagic.com (22/22) Jan 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7195
- d-bugmail puremagic.com (15/15) Jan 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7195
- d-bugmail puremagic.com (11/11) Jan 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7195
http://d.puremagic.com/issues/show_bug.cgi?id=7195 Summary: remove in std.algorithm documentation quick links goes to wrong remove Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody puremagic.com ReportedBy: eco gnuk.net --- Comment #0 from Brad Anderson <eco gnuk.net> 2012-01-01 15:19:56 PST --- It gets linked to remove member of the EditOps enum rather than one of the remove functions. I don't know DDoc enough (or at all) to resolve this but I did take a look. It's just using "$(MYREF remove)" in the quick links which I guess just uses the first remove it sees (EditOps appears earlier in the file than remove()). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7195 Jonathan M Davis <jmdavisProg gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmdavisProg gmx.com --- Comment #1 from Jonathan M Davis <jmdavisProg gmx.com> 2012-01-01 15:33:57 PST --- It's not really fixable. The only thing that could be done would be to reorder the declarations. At present, ddoc produces anchors which have no understanding of hierarchy or overloading. So, all symbols with the same name have the same anchor, and so it's always the first one which gets linked to. In order to fix this, ddoc needs to be improved. There has been talk of doing it, but no one has actually done it yet. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7195 Jonathan M Davis <jmdavisProg gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Jonathan M Davis <jmdavisProg gmx.com> 2012-01-01 15:36:08 PST --- *** This issue has been marked as a duplicate of issue 6017 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 01 2012