mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00: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:
parent
159a64afd1
commit
34bf62b0b2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user