Skip to content

Commit 5602b93

Browse files
committed
Improve first sentence
1 parent 43a7725 commit 5602b93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/rdoc/rdoc.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)