]> git.sesse.net Git - vlc/commitdiff
pyton-ctypes: reset comment when parsing includes
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 31 Jul 2009 12:57:59 +0000 (14:57 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 31 Jul 2009 12:57:59 +0000 (14:57 +0200)
bindings/python-ctypes/generate.py

index edb97e439eebf0c11239c46ede0a446d08a9fecb..5d68daf34cf4478a5aa4211a4afbc4f2220d15fa 100755 (executable)
@@ -384,6 +384,7 @@ def parse_include(name):
                    method,
                    params,
                    comment)
+            comment=''
 
 def output_ctypes(rtype, method, params, comment):
     """Output ctypes decorator for the given method.