Bug 5358 – std.functional.binaryReverseArgs missing from documentation

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2010-12-19T10:08:00Z
Last change time
2012-11-29T13:30:39Z
Keywords
pull
Assigned to
andrei
Creator
andrej.mitrovich

Comments

Comment #0 by andrej.mitrovich — 2010-12-19T10:08:53Z
They're documented in source code but they're not available on the website.
Comment #1 by andrej.mitrovich — 2012-01-04T07:36:03Z
toDelegate is now documented, but not binaryReverseArgs. I think it's just missing an extra asterisk in its comment to make it ddoc'ed /* => /**
Comment #2 by k.hara.pg — 2012-04-20T23:52:15Z
Changed title, and added change for this issue. https://github.com/D-Programming-Language/phobos/pull/544
Comment #3 by github-bugzilla — 2012-06-04T01:38:55Z
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3ae3fe6d38e76c743b6eef60fb34828466b3ac0a fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation