class YARD::Docstring
def parse_comments(comments)
-
(String)
- the non-metadata portion of the comments to
Parameters:
-
comments
(String
) --
def parse_comments(comments) parser = self.class.parser parser.parse(comments, object) @all = parser.raw_text @unresolved_reference = parser.reference add_tag(*parser.tags) parser.text end