Method: YARD::Parser::C::Comment#initialize

Defined in:
lib/yard/parser/c/statement.rb

#initialize(source, file = nil, line = nil) ⇒ Comment

Returns a new instance of Comment.


55
56
57
# File 'lib/yard/parser/c/statement.rb', line 55

def initialize(source, file = nil, line = nil)
  super(parse_comments(source), file, line)
end