Module: YARD::Parser
- Included in:
- Handlers::Base
- Defined in:
- lib/yard/autoload.rb,
lib/yard/parser/base.rb,
lib/yard/parser/c_parser.rb,
lib/yard/parser/ruby/ast_node.rb,
lib/yard/parser/source_parser.rb,
lib/yard/parser/ruby/ruby_parser.rb,
lib/yard/parser/ruby/legacy/ruby_parser.rb
Overview
The parser namespace holds all parsing engines used by YARD. Currently only Ruby parsers are implemented with support planned for C.
Defined Under Namespace
Modules: Ruby Classes: Base, CParser, LoadOrderError, ParserSyntaxError, SourceParser, UndocumentableError