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:
Robin Lee 2021-10-02 01:34:25 +08:00 committed by Erik Skultety
parent 159a64afd1
commit 34bf62b0b2

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