B
Bjoern
Hi,
since it isn't available online anywhere (afaik), I tried to generate
the documentation for the standard library myself. However, I have
troubles with rdoc.
What I tried was
rdoc -i lib -i ext -o rdoc_dir
in the ruby 1.9.1 source folder. However, in the output there is no
reference to json, which as far as I know is part of the stdlib. There
also is a json directory in ext.
What would the correct rdoc command be, and what directories should be
included (I think lib and ext, some more?).
If it works in the end I hope I can put it on the web somewhere.
Thanks!
Björn
since it isn't available online anywhere (afaik), I tried to generate
the documentation for the standard library myself. However, I have
troubles with rdoc.
What I tried was
rdoc -i lib -i ext -o rdoc_dir
in the ruby 1.9.1 source folder. However, in the output there is no
reference to json, which as far as I know is part of the stdlib. There
also is a json directory in ext.
What would the correct rdoc command be, and what directories should be
included (I think lib and ext, some more?).
If it works in the end I hope I can put it on the web somewhere.
Thanks!
Björn