
11 Jun
2015
11 Jun
'15
5:03 a.m.
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: * ... */ # define VIR_MIGRATE_PARAM_URI "migrate_uri"
will result in
<macro name='VIR_MIGRATE_PARAM_URI' file='libvirt-domain' string='migrate_uri'> <info><![CDATA[...]]></info> </macro>
https://bugzilla.redhat.com/show_bug.cgi?id=1229199
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- docs/apibuild.py | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-)
ACK, Peter