]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add parsing for VIR_ENUM_IMPL & VIR_ENUM_DECL in apibuild.py
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 15 May 2012 10:59:00 +0000 (11:59 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 24 May 2012 15:20:55 +0000 (16:20 +0100)
commit45b43a8cab69db315b07ef17f80bb5d752074002
tree533a2f81520c890f415660486d4f7b5777f82b67
parent4ab0d6c48a1ba9abf056ef22719cb5930663ad43
Add parsing for VIR_ENUM_IMPL & VIR_ENUM_DECL in apibuild.py

The apibuild.py parser needs to be able to parse & ignore
any VIR_ENUM_IMPL/VIR_ENUM_DECL macros in the source. Add
some special case code to deal with this rather than trying
to figure out a generic syntax for parsing macros.

* apibuild.py: Special case  VIR_ENUM_IMPL & VIR_ENUM_DECL
docs/apibuild.py