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

Constants

MATCH = %r{\A\s*(?:(?:static|SWIGINTERN)\s+)?(?:intern\s+)?VALUE\s+(\w+)\s*\(}

[Validate]