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:

1
2
3
4
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:

1
2
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.

install_siginfo_handler
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::RDoc

install_siginfo_handler() Instance Public methods Installs a siginfo handler

2025-01-10 15:47:30
output_flag_file
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::RDoc

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

2025-01-10 15:47:30