1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-22 20:59:34 +03:00

* TODO: updated

* docs/search.php: use the new web site design
* python/generator.py: fix a generation bug on python keyword
Daniel
This commit is contained in:
Daniel Veillard
2006-01-26 12:11:32 +00:00
parent 30f666b9f4
commit 84d41f5877

View File

@ -134,6 +134,8 @@ class docParser:
self.function_arg_info = None
if attrs.has_key('name'):
self.function_arg_name = attrs['name']
if self.function_arg_name == 'from':
self.function_arg_name = 'frm'
if attrs.has_key('type'):
self.function_arg_type = attrs['type']
if attrs.has_key('info'):