summaryrefslogtreecommitdiffhomepage
path: root/lib/yard/mruby/parser/c/directive_statement.rb
blob: b146d172ae99f60eec7e8dfebea38b69a5c15cb1 (plain)
1
2
3
4
5
6
module YARD::MRuby::Parser::C
  class DirectiveStatement < YARD::Parser::C::Statement
    attr_accessor :declaration
    attr_accessor :comments
  end
end