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.

list_files_in_directory

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

2015-05-04 00:11:35
parse_file

parse_file(filename) Instance Public methods Parses filename and

2015-05-04 00:32:25
gather_files

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

2015-05-03 23:54:19
current

current() Class Public methods Active

2015-05-03 23:26:41
store=

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

2015-05-04 00:49:31
load_options

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

2015-05-04 00:14:45
update_output_dir

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

2015-05-04 00:51:53
add_generator

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

2015-05-03 23:24:41
generate

generate() Instance Public methods Generates documentation for file_info

2015-05-03 23:59:44
install_siginfo_handler

install_siginfo_handler() Instance Public methods Installs a siginfo handler

2015-05-04 00:08:07