February 28, 2005
Quickie...

Why isn't std.perf found on the Phobos Runtime library manual ie. (file:///C:/dmd/html/d/phobos.html)?  I found a sample code using it on dsource, but when I looked for it on the Phobos reference library to refer to other functions, it's not there.  Wait, let me rephrase that: I can't find it. :-)

Just a thought... it would be nice to have it there also.

thanks.

josé


February 28, 2005
jicman wrote:

> Why isn't std.perf found on the Phobos Runtime library manual

Because Phobos hasn't seen the light of automatic documentation yet? :-)

Manually updated documentation just isn't... Like headers, but worse.

> Just a thought... it would be nice to have it there also.

Seriously, the Doxygen support for D is really not all that bad:
e.g. http://svn.dsource.org/svn/projects/mango/trunk/doc/html/index.html

If that, or something like it, could make it's way into "official" D -
it would be excellent. Just as necessary as unittest or contracts, IMHO?


See also http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/Phobos

--anders