From: Robin Lee Date: Fri, 1 Oct 2021 17:34:25 +0000 (+0800) Subject: docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc X-Git-Tag: v7.9.0-rc1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bf62b0b2c209278df61fe900515fc6020e114d;p=thirdparty%2Flibvirt.git docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc This patch makes the descriptions of virStoragePoolCreateFlags annotate to the correct flag in the generated HTML file. Signed-off-by: Robin Lee --- diff --git a/include/libvirt/libvirt-storage.h b/include/libvirt/libvirt-storage.h index b459fe3e8e..f89856b93e 100644 --- a/include/libvirt/libvirt-storage.h +++ b/include/libvirt/libvirt-storage.h @@ -70,6 +70,7 @@ typedef enum { } virStoragePoolDeleteFlags; typedef enum { + /* Create the pool but do not perform pool build */ VIR_STORAGE_POOL_CREATE_NORMAL = 0, /* Create the pool and perform pool build without any flags */