lib/yard/docstring_parser.rb in yard-0.9.1 vs lib/yard/docstring_parser.rb in yard-0.9.2
- old
+ new
@@ -266,10 +266,10 @@
end
end
# @!group Parser Callback Methods
- # Calls the {Directive#after_parse} callback on all the
+ # Calls the {Tags::Directive#after_parse} callback on all the
# created directives.
def call_directives_after_parse
directives.each do |dir|
dir.after_parse
end