Type:
Class
Constants:
GENERATORS : {}

This is the list of supported output generators

This is the driver for generating RDoc output. It handles file parsing and generation of output.

To use this class to generate RDoc output via the API, the recommended way is:

rdoc = RDoc::RDoc.new
options = rdoc.load_options # returns an RDoc::Options instance
# set extra options
rdoc.document options

You can also generate output like the rdoc executable:

rdoc = RDoc::RDoc.new
rdoc.document argv

Where argv is an array of strings, each corresponding to an argument you'd give rdoc on the command line. See <tt>rdoc –help<tt> for details.

new

new() Class Public methods Creates a new

2015-05-03 23:36:05
parse_dot_doc_file

parse_dot_doc_file(in_dir, filename) Instance Public methods The .document file

2015-05-04 00:29:50
handle_pipe

handle_pipe() Instance Public methods Turns

2015-05-04 00:00:55
setup_output_dir

setup_output_dir(dir, force) Instance Public methods Create an output dir if

2015-05-04 00:46:17
error

error(msg) Instance Public methods Report an error message and exit

2015-05-03 23:48:13
remove_unparseable

remove_unparseable(files) Instance Public methods Removes file extensions known

2015-05-04 00:41:58
parse_files

parse_files(files) Instance Public methods Parse each file on the command line

2015-05-04 00:33:52
document

document(options) Instance Public methods Generates documentation or a coverage

2015-05-03 23:41:28
current=

current=(rdoc) Class Public methods Sets the active

2015-05-03 23:30:36
gather_files

gather_files(files) Instance Public methods Gathers a set of parseable files

2015-05-03 23:54:19