In Files

  • rdoc/markup/simple_markup.rb
  • rdoc/markup/simple_markup/fragments.rb
  • rdoc/markup/simple_markup/inline.rb
  • rdoc/markup/simple_markup/lines.rb
  • rdoc/markup/simple_markup/preprocess.rb
  • rdoc/markup/simple_markup/to_flow.rb
  • rdoc/markup/simple_markup/to_html.rb
  • rdoc/markup/simple_markup/to_latex.rb
  • rdoc/parsers/parse_rb.rb
  • rdoc/parsers/parse_simple.rb
  • rdoc/ri/ri_descriptions.rb
  • rdoc/ri/ri_formatter.rb
  • rdoc/usage.rb

Files

Class/Module Index [+]

Quicksearch

SM

require 'rdoc/markup/simple_markup/to_flow.rb'

We store the lines we're working on as objects of class Line. These contain the text of the line, along with a flag indicating the line type, and an indentation level

Constants

AttrChanger

An AttrChanger records a change in attributes. It contains a bitmap of the attributes to turn on, and a bitmap of those to turn off