1- { #########################################################################
2- # Render arguments body & signature
3- #########################################################################}
1+ #########################################################################
2+ # Render arguments body & signature
3+ #########################################################################
44
55
66{% macro render_args_signature (args ) -%}
1919{% endmacro %}
2020
2121
22- { #########################################################################
23- # Utility function
24- #########################################################################}
22+ #########################################################################
23+ # Utility function
24+ #########################################################################
2525
2626
2727{% macro render_utility_function_signature (spec ) -%}
@@ -57,9 +57,9 @@ cdef inline {{ render_utility_function_signature(spec) }}:
5757{% endmacro %}
5858
5959
60- { #########################################################################
61- # Builtin type
62- #########################################################################}
60+ #########################################################################
61+ # Builtin type
62+ #########################################################################
6363
6464
6565{% macro render_builtin_type_cy_struct (spec ) %}
@@ -93,9 +93,9 @@ cdef extern from * nogil:
9393{% endmacro %}
9494
9595
96- { #########################################################################
97- # Builtin function pointers
98- #########################################################################}
96+ #########################################################################
97+ # Builtin function pointers
98+ #########################################################################
9999
100100
101101{% macro render_builtin_functions_ptrs (spec ) %}
@@ -120,9 +120,9 @@ cdef GDNativePtrGetter __{{ spec.name }}_set_{{ m.name }}
120120{% endmacro %}
121121
122122
123- { #########################################################################
124- # Builtin constructors/destructor
125- #########################################################################}
123+ #########################################################################
124+ # Builtin constructors/destructor
125+ #########################################################################
126126
127127{% macro render_builtin_constructor_signature (spec , constructor ) -%}
128128{{ spec.c_struct_name }} {{ constructor.c_name }}({{ render_args_signature(constructor.arguments) }})
@@ -156,9 +156,9 @@ cdef inline {{ render_builtin_destructor_signature(spec) }}:
156156{% endmacro %}
157157
158158
159- { #########################################################################
160- # Builtin methods
161- #########################################################################}
159+ #########################################################################
160+ # Builtin methods
161+ #########################################################################
162162
163163
164164{% macro render_builtin_method_signature (spec , meth ) -%}
0 commit comments