Bug 15686 – std.uni overloads documentation

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-02-15T13:50:00Z
Last change time
2016-02-17T00:34:26Z
Keywords
pull
Assigned to
nobody
Creator
john.loughran.colvin

Comments

Comment #0 by john.loughran.colvin — 2016-02-15T13:50:09Z
because e.g. std.ui.toLower has overloads that are not next to each other in source code, the links at the top of the page only refer to the first one and you have to search for the others.
Comment #1 by ag0aep6g — 2016-02-16T22:29:05Z
https://github.com/D-Programming-Language/phobos/pull/4005 As far as I can tell, toLower is the only instance of this problem. If there are others, please tell.
Comment #2 by github-bugzilla — 2016-02-17T00:34:26Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/73bd032bbd7ae79b44b5328e64b868899aeb1377 fix issue 15686 - std.uni overloads documentation No actual code changes. Just moving one overload of toLower next to the other one. https://github.com/D-Programming-Language/phobos/commit/3237f93c2907c170698b49212f9b6a16c4e2b0b9 Merge pull request #4005 from aG0aep6G/15686 fix issue 15686 - std.uni overloads documentation