blob: 5eb906eab1a635cb92d5fc353cdb2569b2e26f6e (
plain)
1
2
3
4
5
6
7
|
module YARD::MRuby::CodeObjects
# A FunctionObject represents a MRuby C API function declaration inside a header inside an include directory
class FunctionObject < YARD::CodeObjects::Base
end
end
|