[Issue 7687] Ddoc should be able to generate "Jump to" links

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat May 30 20:38:24 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=7687

Doug Nickerson <Tachyon165 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Tachyon165 at gmail.com

--- Comment #8 from Doug Nickerson <Tachyon165 at gmail.com> ---
More minor, but whenever or however "Jump to" links are updated in the future,
I noticed the ordering seems to be off:
If there are more than 9 overloads, the Jump to links read:
"10 11 2 3 4 5 6 7 8 9"
In other words, seems to be sorted lexicographically by the string value rather
than numerically by the index value.
An example of this can be seen at:
http://dlang.org/phobos/std_conv.html#.toImpl

--


More information about the Digitalmars-d-bugs mailing list