contrib/jwrapper: add more of the signature to generated doc
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 27 Jul 2015 13:02:18 +0000 (09:02 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 29 Jul 2015 12:49:03 +0000 (08:49 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/jwrapper/src/code_generator.nit

index 38380dc..0c8ac74 100644 (file)
@@ -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}}}        `}