Corrected YARD formatting

This commit is contained in:
Yorick Peterse 2015-03-23 00:31:56 +01:00
parent 66fa9f62ef
commit 3cdcdf6daa
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ module Oga
# Decodes XML entities.
#
# @param [String] input
# @param [Array] keys
# @param [Hash] mapping
# @return [String]
#

View File

@ -1,7 +1,7 @@
%header
{
##
# AST parser for XPath expressions. The AST is built using {AST::Node}
# AST parser for XPath expressions. The AST is built using `AST::Node`
# instances.
#
# Unlike {Oga::XML::Parser} this parser only takes String instances as input.