Correct parameter references in documentation comments

This commit is contained in:
Tim Chambers 2014-08-07 09:47:28 -07:00
parent 5ba5891da6
commit 502bbf68c2
4 changed files with 2 additions and 5 deletions

View file

@ -79,7 +79,7 @@ module Mutant
# Parse matchers
#
# @param [Array<String>] patterns
# @param [Array<String>] expressions
#
# @return [undefined]
#

View file

@ -63,8 +63,6 @@ module Mutant
# Return candidate names
#
# @param [Object] object
#
# @return [Enumerable<Symbol>]
#
# @api private

View file

@ -27,7 +27,7 @@ module Mutant
# Emit child subset
#
# @param [Array<Parser::AST::Node>] nodes
# @param [Array<Parser::AST::Node>] children
#
# @return [undefined]
#

View file

@ -118,7 +118,6 @@ module Mutant
# Run mutation
#
# @param [Mutation] mutation
# @param [Fixnum] index
#
# @return [Report::Mutation]
#