class YARD::Handlers::C::OverrideCommentHandler
Parses comments
Public Instance Methods
Source
# File lib/yard/handlers/c/override_comment_handler.rb, line 24 def register_docstring(object, docstring = statement.source, stmt = statement) super end
Calls superclass method
YARD::Handlers::C::Base#register_docstring
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
Calls superclass method
YARD::Handlers::C::Base#register_file_info