Bug 11625 – Phobos documentation root is out of date

Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-27T16:47:00Z
Last change time
2014-04-22T22:23:46Z
Assigned to
nobody
Creator
luis

Comments

Comment #0 by luis — 2013-11-27T16:47:58Z
http://dlang.org/phobos/index.html [1] is out of date. E.g.: - Several modules are missing (e.g., std.algorithm, std.traits, etc.) - The change to core.stdc is not documented - Mentions of std.linux (with no content) - The section std.c.stdio documents printf (weird!) [1] https://github.com/D-Programming-Language/phobos/blob/master/index.d
Comment #1 by andrej.mitrovich — 2014-04-22T21:07:29Z
Hmm.. if we had an std package then we could simply document this there, and it would be kept relatively up-to-date, or add some ddoc feature to extract the summaries out of every module and inject them to the package module which imports those modules.
Comment #2 by andrej.mitrovich — 2014-04-22T22:23:46Z
*** This issue has been marked as a duplicate of issue 10284 ***