mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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 <cheeselee@fedoraproject.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user