lib/yard/handlers/base.rb in yard-0.9.15 vs lib/yard/handlers/base.rb in yard-0.9.16
- old
+ new
@@ -179,10 +179,10 @@
# in this case, care should be taken to make sure that
# {#parse_block} would only be executed by one of
# the handlers, otherwise the same code will be parsed
# multiple times and slow YARD down.
#
- # @param [Parser::RubyToken, Symbol, String, Regexp] matches
+ # @param [Parser::Ruby::Legacy::RubyToken, Symbol, String, Regexp] matches
# statements that match the declaration will be
# processed by this handler. A {String} match is
# equivalent to a +/\Astring/+ regular expression
# (match from the beginning of the line), and all
# token matches match only the first token of the