blob: 99fb3cff38e7b86f131dae491ac95a87de990366 (
plain)
1
2
3
4
5
6
7
|
module YARD::MRuby::CodeObjects
# A HeaderObject represents a MRuby header inside an include directory
# It groups C Functions and define macros.
class HeaderObject < YARD::CodeObjects::NamespaceObject
end
end
|