rdoc.rb

lib/tilt/rdoc.rb

RDoc (rdoc)

RDoc is the simple text markup system that comes with Ruby’s standard library.

Example

= Hello RDoc Templates

Hello World. This is a paragraph.

Usage

NOTE: It’s suggested that your program require 'rdoc', require 'rdoc/markup', and require 'rdoc/markup/to_html' at load time when using this template engine in a threaded environment.

See also

Required files

  1. rdoc
  2. rdoc/markup
  3. rdoc/markup/to_html
  4. rdoc/options