Class | YARD::Handlers::C::SymbolHandler |
In: |
lib/yard/handlers/c/symbol_handler.rb
|
Parent: | YARD::Handlers::C::Base |
Keeps track of function bodies for symbol lookup during Ruby method declarations
MATCH | = | %r{\A\s*(?:(?:static|SWIGINTERN)\s+)?(?:intern\s+)?VALUE\s+(\w+)\s*\(} |