]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc
authorRobin Lee <cheeselee@fedoraproject.org>
Fri, 1 Oct 2021 17:34:25 +0000 (01:34 +0800)
committerErik Skultety <eskultet@redhat.com>
Mon, 4 Oct 2021 12:03:43 +0000 (12:03 +0000)
This patch makes the descriptions of virStoragePoolCreateFlags annotate to the
correct flag in the generated HTML file.

Signed-off-by: Robin Lee <cheeselee@fedoraproject.org>
include/libvirt/libvirt-storage.h

index b459fe3e8ed1cb550eb3b270623047cfcd5c8180..f89856b93ef23c69414b2ca05b55fe5830871ebb 100644 (file)
@@ -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 */