From: Alexis Laferrière Date: Mon, 27 Jul 2015 13:02:18 +0000 (-0400) Subject: contrib/jwrapper: add more of the signature to generated doc X-Git-Tag: v0.7.7~2^2~25 X-Git-Url: http://nitlanguage.org contrib/jwrapper: add more of the signature to generated doc Signed-off-by: Alexis Laferrière --- diff --git a/contrib/jwrapper/src/code_generator.nit b/contrib/jwrapper/src/code_generator.nit index 38380dc..0c8ac74 100644 --- a/contrib/jwrapper/src/code_generator.nit +++ b/contrib/jwrapper/src/code_generator.nit @@ -184,7 +184,7 @@ class CodeGenerator # Write file_out.write """ - # Java implementation: {{{java_class}}}.{{{java_method_id}}} + # Java implementation: {{{java_return_type}}} {{{java_class}}}.{{{java_method_id}}}({{{java_params.join(", ")}}}) {{{c}}} {{{nit_signature.join}}} in "Java" `{ {{{c}}} {{{java_call}}}; {{{c}}} `}