diff CodeAnalysis/GlobalFunctions.mustache @ 186:55473de7694f java-code-model

added warning about auto-generated files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 16:10:35 +0200
parents 6fada29b6759
children b0f096d2339e
line wrap: on
line diff
--- a/CodeAnalysis/GlobalFunctions.mustache	Tue Jul 02 15:51:35 2024 +0200
+++ b/CodeAnalysis/GlobalFunctions.mustache	Tue Jul 02 16:10:35 2024 +0200
@@ -19,6 +19,9 @@
  **/
 
 
+// WARNING: Auto-generated file. Do not modify it by hand.
+
+
 {{#global_functions}}
 static PyObject* sdk_{{c_function}}(PyObject* module, PyObject* args)
 {