Sha256: c74ff1e1494fd53f924b6242d2c1ea2231c36707d28826eb950a49140979ec19

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

module Foo
  # The problem here is that the @param tag is not given the name of the
  # parameter it documents.
  #
  # @param [Encoding]
  # @return [String]
  def method_with_wrong_param_tag(e)

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inch-0.2.2 test/fixtures/simple/lib/broken.rb
inch-0.2.1 test/fixtures/simple/lib/broken.rb
inch-0.2.0 test/fixtures/simple/lib/broken.rb
inch-0.1.4 test/fixtures/simple/lib/broken.rb
inch-0.1.3 test/fixtures/simple/lib/broken.rb
inch-0.1.2 test/fixtures/simple/lib/broken.rb
inch-0.1.1 test/fixtures/simple/lib/broken.rb
inch-0.1.0 test/fixtures/simple/lib/broken.rb