D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7299 - std.uni missing doc comments
Summary: std.uni missing doc comments
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 22:15 UTC by hsteoh
Modified: 2012-02-24 22:26 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hsteoh 2012-01-15 22:15:25 UTC
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 hsteoh 2012-01-15 22:17:28 UTC
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 3 github-bugzilla 2012-02-24 22:20:50 UTC
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