Mercurial > hg > orthanc-python
comparison CodeAnalysis/Class.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 | 20b004998fc2 |
children | 66cd20e970d8 |
comparison
equal
deleted
inserted
replaced
185:7e8085f80df5 | 186:55473de7694f |
---|---|
15 * Affero General Public License for more details. | 15 * Affero General Public License for more details. |
16 * | 16 * |
17 * You should have received a copy of the GNU Affero General Public License | 17 * You should have received a copy of the GNU Affero General Public License |
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 **/ | 19 **/ |
20 | |
21 | |
22 // WARNING: Auto-generated file. Do not modify it by hand. | |
20 | 23 |
21 | 24 |
22 // Forward declaration of the autogenerated methods | 25 // Forward declaration of the autogenerated methods |
23 {{#methods}} | 26 {{#methods}} |
24 static PyObject *sdk_{{class_name}}_{{c_function}}( | 27 static PyObject *sdk_{{class_name}}_{{c_function}}( |