Re: Use of .document with RDoc
Barrie Stott <[email protected]> Sat, 3 Jul 2010 10:02:32 +0100
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <20100703090232.GA17778@etch1> |
On Fri, Jul 02, 2010 at 04:40:27PM -0600, Roger Pack wrote: > 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. I suspect that wanting stuff from non-ruby files available to ri was stupid. If I had a dozen gems each with a README.txt, how would I tell ri which one I wanted? I need rdoc output to see such information and that is provided without problem. I'm sorry for any trouble I have caused and am grateful for your reply since it set me on the right lines. Barrie.