inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Inch complains about missing docs for named parameters #36

Closed benlangfeld closed 10 years ago

benlangfeld commented 10 years ago

Parameters are documented, but Inch still complains.

Re: [U] MojoAuth.create_credentials in mojolingo/mojo-auth.rb

rrrene commented 10 years ago

You are correct (similar issues: https://github.com/inch-ci/inch_ci-web/issues/6 https://github.com/inch-ci/inch_ci-web/issues/24). This is a problem with YARD not understanding named parameters yet (Inch depends on YARD for Ruby doc parsing).

As soon as YARD 0.8.7.5 comes out, this will be fixed.

rrrene commented 10 years ago

Inch 0.5.5 adds support for named parameters. Please re-open this ticket if it doesn't work for you.