From: lists Date: 2005-11-09T10:08:49+09:00 Subject: Re: Generating stdlib documentation On Nov 7, 2005, at 11:42 PM, Gavin Sinclair wrote: > > lists wrote: >> 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? > > Check for .document files: there'll almost certainly be one in > ruby/lib. They list files in be included in an RDoc job. Delete > those > files if you want everything. > > Gavin > > Wahoo, thanks! -Ryan