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.
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.
https://github.com/D-Programming-Language/phobos/pull/456
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
Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/17fb14daecaa6bcdebde55c7efe2a61a575812d7 Updated changelog for fix for issue# 7299.