mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add "usage" interface
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ecae02404
commit
5d0abf80ff
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Aug 14 02:48:16 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/usage.rb: Added. Allows command line programs
|
||||
to report usage using their initial RDoc comment.
|
||||
|
||||
Fri Aug 13 13:23:17 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):
|
||||
|
|
1
MANIFEST
1
MANIFEST
|
@ -273,6 +273,7 @@ lib/rdoc/ri/ri_util.rb
|
|||
lib/rdoc/ri/ri_writer.rb
|
||||
lib/rdoc/template.rb
|
||||
lib/rdoc/tokenstream.rb
|
||||
lib/rdoc/usage.rb
|
||||
lib/readbytes.rb
|
||||
lib/resolv-replace.rb
|
||||
lib/resolv.rb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'rdoc/markup/simple_markup/fragments'
|
||||
require 'rdoc/markup/simple_markup/inline'
|
||||
|
||||
require 'CGI'
|
||||
|
||||
module SM
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue