mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Annotate enum.c. Add pager support, and report on methods in included modules
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f75aff0139
commit
84f0b051de
12 changed files with 692 additions and 14 deletions
|
@ -166,6 +166,11 @@ Options are:
|
|||
[<tt>--main</tt> _name_]
|
||||
set the class, module, or file to appear on the index page
|
||||
|
||||
[<tt>--merge</tt>]
|
||||
when generating _ri_ output, if classes being processed already
|
||||
exist in the destination directory, merge in the current details
|
||||
rather than overwrite them.
|
||||
|
||||
[<tt>--one-file</tt>]
|
||||
place all the output into a single file
|
||||
|
||||
|
@ -191,6 +196,13 @@ Options are:
|
|||
[<tt>--quiet</tt>]
|
||||
do not display progress messages
|
||||
|
||||
[<tt>--ri</tt> _and_ <tt>--ri-site</tt>]
|
||||
generate output than can be read by the _ri_ command-line tool.
|
||||
By default --ri places its output in ~/.rdoc, and --ri-site in
|
||||
$datadir/ri/<ver>/site. Both can be overridden with a subsequent
|
||||
--op option. Both default directories are in ri's default search
|
||||
path.
|
||||
|
||||
[<tt>--show-hash</tt>]
|
||||
A name of the form #name in a comment is a possible hyperlink to
|
||||
an instance method name. When displayed, the '#' is removed unless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue