diff CodeAnalysis/Class.mustache @ 182:20b004998fc2 java-code-model

documentation of custom methods
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 14:06:56 +0200
parents c8de83fe7faa
children 55473de7694f
line wrap: on
line diff
--- a/CodeAnalysis/Class.mustache	Tue Jul 02 13:26:33 2024 +0200
+++ b/CodeAnalysis/Class.mustache	Tue Jul 02 14:06:56 2024 +0200
@@ -42,7 +42,7 @@
     "Generated from C function {{c_function}}()" },
 {{/methods}}
 {{#custom_methods}}
-  { "{{method_name}}",
+  { "{{short_name}}",
     (PyCFunction) {{implementation}}, METH_VARARGS,
     "Generated from C function {{sdk_function}}()" },
 {{/custom_methods}}