On Saturday, February 14, 2004, 2:22:09 AM, Hugh wrote:
> I've asked this next bit of Gavin, but since his timezone (.au) is
> completely different from mine (.uk)[1] I hope it will be OK to ask
> here too, and if there are archives then...
> What are we doing about docs for modules that are in C? There are
> some nice ones like Digest/{MD5,SHA1} and zlib, which have no rdoc
> docs, and I can't see how to make Rdoc document them.
For the archives...
RDoc can document C files. The core classes have been documented,
like array.c. You can see the output in
http://www.ruby-doc.org/docs/rdoc/1.9/
I kind of dislike the way RDoc renders the method headers in HTML for
C files. I think Dave designed it around ri mostly. But hey, at
least we can document C files :)
Gavin
|