On 04/18/2017 03:52 PM, Vasiliy Tolstov wrote: > virDomainMigrateFlags have errors > VIR_MIGRATE_LIVE have invalid comment and as i see all comments are > shifted down by one point. > It's not just that. Basically anything that is the following form: typedef enum { /* description to value1 */ value1, /* description to value2 */ value2, }; The other example is: https://libvirt.org/html/libvirt-libvirt-domain.html#virDomainMemoryStatTags Diggin' deeper, this is problem of apibuild.py script which also generates docs/libvirt-api.xml. So our bindings have incorrect description for the values too. I am looking into this now. Michal -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list