Fixed various incorrect YARD tags.
This commit is contained in:
parent
2e1320c2dc
commit
bc8be9f725
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue