www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D2 Phobos Documentation

reply Jesse Phillips <jessekphillips gmail.com> writes:
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
next sibling parent Max Samukha <outer space.com> writes:
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
prev sibling next sibling parent Sean Kelly <sean invisibleduck.org> writes:
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
prev sibling parent Paul D. Anderson <paul.d.removethis.anderson comcast.andthis.net> writes:
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