Module YARD::Handlers
In: lib/yard/handlers/processor.rb
lib/yard/handlers/c/handler_methods.rb
lib/yard/handlers/c/base.rb
lib/yard/handlers/ruby/dsl_handler_methods.rb
lib/yard/handlers/ruby/base.rb
lib/yard/handlers/ruby/legacy/dsl_handler.rb
lib/yard/handlers/ruby/legacy/base.rb
lib/yard/handlers/ruby/dsl_handler.rb
lib/yard/handlers/base.rb
lib/yard/autoload.rb

Handlers are called during the data processing part of YARD‘s parsing phase. This allows YARD as well as any custom extension to analyze source and generate {CodeObjects} to be stored for later use.

Classes and Modules

Module YARD::Handlers::C
Module YARD::Handlers::Ruby
Class YARD::Handlers::Base
Class YARD::Handlers::NamespaceMissingError
Class YARD::Handlers::Processor

[Validate]