From bc8be9f725fcd6d6c580acbcfd13e34705ae1424 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sun, 2 Nov 2014 21:23:29 +0100 Subject: [PATCH] Fixed various incorrect YARD tags. --- lib/oga/css/parser.y | 2 +- lib/oga/xpath/evaluator.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/oga/css/parser.y b/lib/oga/css/parser.y index f5b9776..a3c3601 100644 --- a/lib/oga/css/parser.y +++ b/lib/oga/css/parser.y @@ -490,7 +490,7 @@ end end ## - # @param [AST::Node] node + # @param [AST::Node] step # @return [AST::Node] # def step_modulo_value(step) diff --git a/lib/oga/xpath/evaluator.rb b/lib/oga/xpath/evaluator.rb index d173b77..6065c54 100644 --- a/lib/oga/xpath/evaluator.rb +++ b/lib/oga/xpath/evaluator.rb @@ -2,7 +2,7 @@ module Oga module XPath ## # The Evaluator class evaluates XPath expressions, either as a String or an - # AST of {AST::Node} instances. + # AST of `AST::Node` instances. # # ## Thread Safety # @@ -1592,7 +1592,7 @@ module Oga 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. # # This method can use both "test" and "type-test" nodes. In case of