pre_process.rb

Path: lib/rdoc/markup/pre_process.rb
Last Update: Tue Feb 28 13:15:57 +0000 2012

Handle common directives that can occur in a block of text:

  \:include: filename

Directives can be escaped by preceding them with a backslash.

RDoc plugin authors can register additional directives to be handled by using RDoc::Markup::PreProcess::register

[Validate]