File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -382,12 +382,13 @@ def remove_unparseable files
382382 end
383383
384384 ##
385- # Format up one or more files according to the given arguments.
385+ # Generates documentation or a coverage report depending upon the settings
386+ # in +options+.
386387 #
387388 # +options+ can be either an RDoc::Options instance or an array of strings
388389 # equivalent to the strings that would be passed on the command line like
389- # <tt>%w[-q -o doc -t My\ Doc\ Title]</tt>.
390- # #document will automatically call #finish on an RDoc::Options instance.
390+ # <tt>%w[-q -o doc -t My\ Doc\ Title]</tt>. #document will automatically
391+ # call RDoc::Options #finish if an options instance was given .
391392 #
392393 # For a list of options, see either RDoc::Options or <tt>rdoc --help</tt>.
393394 #
You can’t perform that action at this time.
0 commit comments