class
Crst::DirectiveParser
- Crst::DirectiveParser
- Reference
- Object
Overview
Parses RST directives (.. directive:: syntax)
Extracted from Parser to handle all directive parsing and handling.
Defined in:
crst/directive_parser.crConstructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def parse_directive(reader : LineReader, _name : String = "", _arguments : Array(String) = [] of String, line_offset : Int32 = 0) : Node
#