Re: [libvirt] [PATCH 1/2] apibuild: Generate macro/@string attribute

2015-06-11 Thread Peter Krempa
On Mon, Jun 08, 2015 at 11:34:35 +0200, Jiri Denemark wrote: If a macro has a string value, the @string attribute will contain the value. Otherwise @string attribute will be missing. For example, the following macro definition from libvirt-domain.h: /** * VIR_MIGRATE_PARAM_URI: *

[libvirt] [PATCH 1/2] apibuild: Generate macro/@string attribute

2015-06-08 Thread Jiri Denemark
If a macro has a string value, the @string attribute will contain the value. Otherwise @string attribute will be missing. For example, the following macro definition from libvirt-domain.h: /** * VIR_MIGRATE_PARAM_URI: * ... */ # define VIR_MIGRATE_PARAM_URI migrate_uri