diff options
author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-14 14:49:19 +0000 |
---|---|---|
committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-14 14:49:19 +0000 |
commit | c001a7b8fbc4b59aec77266512a6a65846e9ce07 (patch) | |
tree | 41697e222662b668abbb8355cfa504147d659401 /lib/rdoc/README | |
parent | 198126bded51bce24ebaca53246deb9b62a988da (diff) | |
download | ruby-c001a7b8fbc4b59aec77266512a6a65846e9ce07.tar.gz ruby-c001a7b8fbc4b59aec77266512a6a65846e9ce07.tar.xz ruby-c001a7b8fbc4b59aec77266512a6a65846e9ce07.zip |
Add simple formatter to ri
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/README')
-rw-r--r-- | lib/rdoc/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rdoc/README b/lib/rdoc/README index cfc99cb50..5e90d792a 100644 --- a/lib/rdoc/README +++ b/lib/rdoc/README @@ -164,7 +164,10 @@ Options are: include line numbers in the source code [<tt>--main</tt> _name_] - set the class, module, or file to appear on the index page + the class of module _name_ will appear on the index page. If you + want to set a particular file as a main page (a README, for + example) simply specifiy its name as the first on the command + line. [<tt>--merge</tt>] when generating _ri_ output, if classes being processed already |