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.

current=

current=(rdoc) Class Public methods Sets the active

2015-05-03 23:30:36
document

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

2015-05-03 23:41:28
list_files_in_directory

list_files_in_directory(dir) Instance Public methods Return a list of the files

2015-05-04 00:11:35
load_options

load_options() Instance Public methods Loads options from .rdoc_options if the

2015-05-04 00:14:45
store=

store=(store) Instance Public methods Sets the current documentation tree to

2015-05-04 00:49:31
current

current() Class Public methods Active

2015-05-03 23:26:41
update_output_dir

update_output_dir(op_dir, time, last = {}) Instance Public methods Update the

2015-05-04 00:51:53
generate

generate() Instance Public methods Generates documentation for file_info

2015-05-03 23:59:44
add_generator

add_generator(klass) Class Public methods Add klass that can generate

2015-05-03 23:24:41
output_flag_file

output_flag_file(op_dir) Instance Public methods Return the path name of the

2015-05-04 00:28:41