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
- rdoc
- rdoc/markup
- rdoc/markup/to_html
- rdoc/options