class YARD::Parser::C::Comment

Attributes

overrides[RW]
statement[RW]
type[RW]

Public Class Methods

new(source, file = nil, line = nil) click to toggle source
Calls superclass method YARD::Parser::C::Statement.new
# File lib/yard/parser/c/statement.rb, line 55
def initialize(source, file = nil, line = nil)
  super(parse_comments(source), file, line)
end

Public Instance Methods

comments() click to toggle source
# File lib/yard/parser/c/statement.rb, line 59
def comments; self end