class YARD::Docstring
def initialize(content = '', object = nil)
-
object
(CodeObjects::Base
) -- an object to associate the docstring -
content
(String
) -- the raw comments to be parsed into a docstring
Other tags:
- Note: - To properly parse directives with proper parser context within
def initialize(content = '', object = nil) @object = object @summary = nil @hash_flag = false self.all = content end