www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7195] New: remove in std.algorithm documentation quick links goes to wrong remove

reply d-bugmail puremagic.com writes:
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



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
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7195


Jonathan M Davis <jmdavisProg gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg gmx.com



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
prev sibling parent d-bugmail puremagic.com writes:
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



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