From 226223e2f6fed128dae5b4e1a027d462b668fe52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 27 Jul 2015 09:02:18 -0400 Subject: [PATCH] contrib/jwrapper: add more of the signature to generated doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/jwrapper/src/code_generator.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}} `} -- 1.7.9.5