Method: YARD::Tags::MacroDirective#call
- Defined in:
- lib/yard/tags/directives.rb
#call ⇒ Object
258 259 260 261 262 263 264 265 266 267 |
# File 'lib/yard/tags/directives.rb', line 258 def call raise TagFormatError if tag.name.nil? && tag.text.to_s.empty? macro_data = find_or_create unless macro_data warn return end self. = (macro_data) end |