digitalmars.D - D2 Phobos Documentation
- Jesse Phillips (4/4) May 12 2009 I noticed that in the documentation there is a page for std.regex, which...
- Max Samukha (7/11) May 13 2009 Yeah, and std.thread links to core.thread, the latter displaying
- Sean Kelly (4/7) May 13 2009 I'm generating the documentation into src/druntime/doc for now. I need
- Paul D. Anderson (4/9) May 13 2009 And the std.bigint docs are still missing for this release.
I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.
May 12 2009
On Wed, 13 May 2009 06:16:48 +0000 (UTC), Jesse Phillips <jessekphillips gmail.com> wrote:I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.Yeah, and std.thread links to core.thread, the latter displaying malformatted stuff. Formatting can be fixed by using $(LINK2) macro in License section: License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
May 13 2009
Jesse Phillips wrote:Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.I'm generating the documentation into src/druntime/doc for now. I need to improve it and will then look into packaging it with the rest of the DMD docs.
May 13 2009
Jesse Phillips Wrote:I noticed that in the documentation there is a page for std.regex, which appears to be replaced by std.regexp Also, I know there is supposed to be "core" libraries from druntime, it doesn't look like there is documentation on this.And the std.bigint docs are still missing for this release. This is a very minor issue, but it seems to have fallen off the radar. Is this worth a Bugzilla entry? Paul
May 13 2009