Commit a5dc39cd authored by Olivier Aubert's avatar Olivier Aubert

pyton-ctypes: reset comment when parsing includes

parent 356cf806
...@@ -384,6 +384,7 @@ def parse_include(name): ...@@ -384,6 +384,7 @@ def parse_include(name):
method, method,
params, params,
comment) comment)
comment=''
def output_ctypes(rtype, method, params, comment): def output_ctypes(rtype, method, params, comment):
"""Output ctypes decorator for the given method. """Output ctypes decorator for the given method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment