Closed fny closed 9 years ago
Thank you very much for the bug report! :+1:
I fixed the two parameters which where not detected correctly. As for the "Describe what the function returns" - this technically correct, as TomDoc requires you to indent the last line:
Lines SHOULD be wrapped at 80 columns. Wrapped lines MUST be indented, as a block, under the parent line by at least two spaces.
Thanks for the tip. :)
On Mon, Apr 6, 2015 at 2:00 AM, René Föhring notifications@github.com wrote:
Thank you very much for the bug report! [image: :+1:]
I fixed the two parameters which where not detected correctly. As for the "Describe what the function returns" - this technically correct, as TomDoc requires you to indent the last line https://github.com/mojombo/tomdoc/blob/master/tomdoc.md#returns:
Lines SHOULD be wrapped at 80 columns. Wrapped lines MUST be indented, as a block, under the parent line by at least two spaces.
— Reply to this email directly or view it on GitHub https://github.com/inch-ci/inch_ci-web/issues/60#issuecomment-89937320.
Doc:
Method Signature:
def bangify_method(klass, predicate_method, prefix: '', suffix: '')
Suggestions given:
Re: [B] Interrobang#bangify_method in fny/interrobang