[PATCH] docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc

Erik Skultety posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/34bf62b0b2c209278df61fe900515fc6020e114d.1633351300.git.eskultet@redhat.com
include/libvirt/libvirt-storage.h | 1 +
1 file changed, 1 insertion(+)
[PATCH] docs: describe flag VIR_STORAGE_POOL_CREATE_NORMAL to correct the HTML doc
Posted by Erik Skultety 2 years, 7 months ago
From: Robin Lee <cheeselee@fedoraproject.org>

This patch makes the descriptions of virStoragePoolCreateFlags annotate to the
correct flag in the generated HTML file.
---

Resending a merged change from GitLab.

 include/libvirt/libvirt-storage.h | 1 +
 1 file changed, 1 insertion(+)


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 */
-- 
2.31.1