From: James Britt Date: 2004-09-11T23:21:06+09:00 Subject: Re: Problem setting main file for rdoc Dave Thomas wrote: > > On Sep 10, 2004, at 22:26, James Britt wrote: > >> D:\development\RubyForge\ooo4r>rdoc -m lib\OOo4R\OOo.rb lib\OOo4R > > > Try using the name of a class in the main file. I got it working by using rdoc -m OOo::Doc lib\OOo4R Thanks; there is no way I would have guessed this from the rdoc command-line help, though. Suppose I want to have a general-info page (e.g. README.rdoc) be the main page, or if several files define different parts of the same class? Is there some way to simply say, "Rdoc this arbitrary file and set it as the main page"? Thanks, James