Fixed various incorrect YARD tags.

This commit is contained in:
Yorick Peterse 2014-11-02 21:23:29 +01:00
parent 2e1320c2dc
commit bc8be9f725
2 changed files with 3 additions and 3 deletions

View File

@ -490,7 +490,7 @@ end
end end
## ##
# @param [AST::Node] node # @param [AST::Node] step
# @return [AST::Node] # @return [AST::Node]
# #
def step_modulo_value(step) def step_modulo_value(step)

View File

@ -2,7 +2,7 @@ module Oga
module XPath module XPath
## ##
# The Evaluator class evaluates XPath expressions, either as a String or an # The Evaluator class evaluates XPath expressions, either as a String or an
# AST of {AST::Node} instances. # AST of `AST::Node` instances.
# #
# ## Thread Safety # ## Thread Safety
# #
@ -1592,7 +1592,7 @@ module Oga
end end
## ##
# Checks if a given {Oga::XML::Node} instance matches a {AST::Node} # Checks if a given {Oga::XML::Node} instance matches a `AST::Node`
# instance. # instance.
# #
# This method can use both "test" and "type-test" nodes. In case of # This method can use both "test" and "type-test" nodes. In case of