Flowdock

Encapsulate the production of rdoc documentation. Basically you can use this as you would invoke rdoc from the command line:

rdoc = RDoc::RDoc.new
rdoc.document(args)

Where args is an array of strings, each corresponding to an argument you’d give rdoc on the command line. See rdoc/rdoc.rb for details.

Constants

GENERATORS = {}

Attributes

[RW] exclude

File pattern to exclude

[RW] generator

Generator instance used for creating output

[R] last_modified

Hash of files and their last modified times.

[RW] options

RDoc options

[R] stats

Accessor for statistics. Available after each call to parse_files

Show files where this class is defined (1 file)
Register or log in to add new notes.