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.

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
handle_pipe

handle_pipe() Instance Public methods Turns

2015-05-04 00:00:55
new

new() Class Public methods Creates a new

2015-05-03 23:36:05
parse_files

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

2015-05-04 00:33:52
setup_output_dir

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

2015-05-04 00:46:17
parse_dot_doc_file

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

2015-05-04 00:29:50
list_files_in_directory

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

2015-05-04 00:11:35
normalized_file_list

normalized_file_list(relative_files, force_doc = false, exclude_pattern = nil) Instance Public methods

2015-05-04 00:21:39
current=

current=(rdoc) Class Public methods Sets the active

2015-05-03 23:30:36