class YARD::Handlers::C::OverrideCommentHandler

Parses comments

Public Instance Methods

register_docstring(object, docstring = statement.source, stmt = statement) click to toggle source
# File lib/yard/handlers/c/override_comment_handler.rb, line 24
def register_docstring(object, docstring = statement.source, stmt = statement)
  super
end
register_file_info(object, file = parser.file, line = statement.line, comments = statement.comments) click to toggle source
# File lib/yard/handlers/c/override_comment_handler.rb, line 28
def register_file_info(object, file = parser.file, line = statement.line, comments = statement.comments)
  super
end