From: lists Date: 2005-11-08T13:26:26+09:00 Subject: Generating stdlib documentation Hi, I just tried 'rdoc ~/ruby/lib -f html -o /tmp/ruby_1.9_stdlib' in an attempt to generate the stdlib docs for ruby 1.9 (~/ruby is 1.9 from cvs), but it doesn't appear to have gotten everything (e.g. GServer documentation is missing although it exists in ~/ruby/lib/ gserver.rb). What is the generally accepted method for generating the stdlib docs? Thanks, Ryan