Type:
Class
Constants:
InlineTag : Struct.new(:bit, :on, :off)

Tag for inline markup containing a bit for the bitmask and the on and off triggers.

Base class for RDoc markup formatters

Formatters are a visitor that converts an RDoc::Markup tree (from a comment) into some kind of output. RDoc ships with formatters for converting back to rdoc, ANSI text, HTML, a Table of Contents and other formats.

If you'd like to write your own Formatter use RDoc::Markup::FormatterTestCase. If you're writing a text-output formatter use RDoc::Markup::TextFormatterTestCase which provides extra test cases.

convert_flow

convert_flow(flow) Instance Public methods Converts flow items flow

2015-05-02 11:51:33
convert

convert(content) Instance Public methods Marks up content

2015-05-02 11:45:53
off_tags

off_tags(res, item) Instance Public methods Turns off tags for item

2015-05-02 12:12:40
tt?

tt?(tag) Instance Public methods Is tag a tt tag?

2015-05-02 12:22:04
add_tag

add_tag(name, start, stop) Instance Public methods Add a new set of tags for

2015-05-02 11:35:42
accept_document

accept_document(document) Instance Public methods Adds document

2015-05-02 11:18:24
convert_string

convert_string(string) Instance Public methods Converts a string to be fancier

2015-05-02 11:56:02