method

parse

v1_9_3_125 - Show latest stable - Class: RDoc::Markup::Parser
parse(parent, indent = 0)
public

Parses the tokens into an array of RDoc::Markup::XXX objects, and appends them to the passed parent RDoc::Markup::YYY object.

Exits at the end of the token stream, or when it encounters a token in a column less than indent (unless it is a NEWLINE).

Returns parent.