• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ruby-106/ruby/lib/rdoc/

Lines Matching defs:RDoc

5 # RDoc::Options handles the parsing and storage of options
18 # preferences or with the normal operation of RDoc:
32 # Generators can hook into RDoc::Options to add generator-specific command
35 # When <tt>--format</tt> is encountered in ARGV, RDoc calls ::setup_options on
42 # class RDoc::Generator::Spellcheck
43 # RDoc::RDoc.add_generator self
49 # RDoc::Options::Path) do |dictionary|
60 # RDoc::Options adds Path, PathArray and Template.
62 class RDoc::Options
82 # RDoc options ignored (or handled specially) by --write-options
140 # If true, RDoc will not write any files.
238 # Is RDoc in pipe mode?
285 # Should RDoc update the timestamps in the output dir?
319 @generators = RDoc::RDoc::GENERATORS
332 @stylesheet_url = nil # TODO remove in RDoc 4
513 generators = RDoc::RDoc::GENERATORS.map do |name, generator|
544 opt.version = RDoc::VERSION
556 How RDoc generates output depends on the output formatter being used, and on
571 RDoc understands the following file formats:
577 RDoc::Parser.parsers.each do |regexp, parser|
578 parsers[parser.name.sub('RDoc::Parser::', '')] << regexp.source
676 unless RDoc::Parser.alias_extension old, new then
692 "Convert RDoc on stdin to HTML") do
705 opt.on("--visibility=VISIBILITY", "-V", RDoc::VISIBILITIES,
714 markup_formats = RDoc::Text::MARKUP_FORMAT.keys.sort
905 @op_dir ||= RDoc::RI::Paths::HOMEDIR
919 @op_dir = RDoc::RI::Paths::SITEDIR
930 "options will be used. See RDoc::Options",
967 "Display extra progress as RDoc parses") do |value|
975 RDoc::RDoc::GENERATORS.each_key do |generator|
1007 @generator = RDoc::Generator::Darkfish
1139 RDoc.load_yaml