1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Replace ri with Ryan Davis' cached ri

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-01-08 09:07:31 +00:00
parent cc22700b90
commit e539dc6080
11 changed files with 535 additions and 583 deletions

View file

@ -1,3 +1,5 @@
require 'rdoc'
require 'rdoc/parsers/parse_rb.rb'
require 'rdoc/parsers/parse_c.rb'
require 'rdoc/parsers/parse_f95.rb'
@ -11,22 +13,8 @@ require 'find'
require 'fileutils'
require 'time'
##
# :include: README
module RDoc
##
# RDoc version you are using
VERSION = "2.0.0"
##
# Name of the dotfile that contains the description of files to be processed
# in the current directory
DOT_DOC_FILENAME = ".document"
##
# Simple stats collector