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

Generator = Struct.new(:file_name, :class_name, :key)

GENERATORS = {}

Attributes

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