class YARD::Handlers::C::OverrideCommentHandler

Parses comments
frozen_string_literal: true

def register_docstring(object, docstring = statement.source, stmt = statement)

def register_docstring(object, docstring = statement.source, stmt = statement)
  super
end

def register_file_info(object, file = parser.file, line = statement.line, comments = statement.comments)

def register_file_info(object, file = parser.file, line = statement.line, comments = statement.comments)
  super
end