On Wed, Apr 20, 2022 at 21:08:07 +0200, Victor Toso wrote: > This commit is similar to "docs: Fix generated documentation of > virConnectListAllNodeDeviceFlags", check it out for more info. > > Using git diff --word-diff to show the fixed output xml (redacted). > > <enum name='VIR_STORAGE_VOL_GET_PHYSICAL' ... > [-type='virStorageVolInfoFlags'/>-] > {+type='virStorageVolInfoFlags' version='3.0.0' info='Return the physical size in allocation'/>+} > ... > <enum name='VIR_STORAGE_VOL_USE_ALLOCATION' ... type='virStorageVolInfoFlags' > [-info='Return the physical size in allocation'/>-] > {+version='3.0.0'/>+} > > Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx> > --- > include/libvirt/libvirt-storage.h | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>