Bug 7299 – std.uni missing doc comments

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-01-15T22:15:00Z
Last change time
2012-02-24T22:26:07Z
Assigned to
nobody
Creator
hsteoh

Comments

Comment #0 by hsteoh — 2012-01-15T22:15:25Z
The Phobos documentation online at d-programming-language.org is out-of-date. Specifically, the docs for std.uni are incomplete: functions like isNumber(), isPunctuation, isNumber(), are not listed in the online docs, even though they do have doc comments in the source code.
Comment #1 by hsteoh — 2012-01-15T22:17:28Z
Actually, upon closer inspection, I see that the comments are not doc comments. So this request should be to add doc comments to the named functions in std.uni.
Comment #2 by hsteoh — 2012-02-24T18:38:13Z
Comment #3 by github-bugzilla — 2012-02-24T22:20:50Z
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/eb2b8481b8a2557e2211ea80d1a973b762bd6ad2 Merge pull request #456 from quickfur/docfix Fix issue 7299: add ddocs for std.uni
Comment #4 by github-bugzilla — 2012-02-24T22:25:45Z