Re: Use of .document with RDoc

Roger Pack <[email protected]> Fri, 2 Jul 2010 16:40:27 -0600
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
if you have
dir1/
 History.txt
 README.txt


then your .document file should be in dir1, like
History.txt
README.txt
lib

then run it like
cd ..
rdoc dir1

or rdoc .

and something about those files should show up in the output.