diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | MANIFEST | 1 | ||||
| -rw-r--r-- | lib/rdoc/markup/simple_markup/to_flow.rb | 2 |
3 files changed, 7 insertions, 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): @@ -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 diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb index d5f6732d5..ce366d2df 100644 --- a/lib/rdoc/markup/simple_markup/to_flow.rb +++ b/lib/rdoc/markup/simple_markup/to_flow.rb @@ -1,6 +1,6 @@ require 'rdoc/markup/simple_markup/fragments' require 'rdoc/markup/simple_markup/inline' - +require 'CGI' module SM |
