mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
nodedev: fix docs for virConnectListAllNodeDevices()
It doesn't make sense to list all of the flag values in the function documentation. This is unnecessary duplication, we already refer to the enum type. Also, remove reference to exclusive groups of flags, since that does not apply to this API. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
@@ -60,8 +60,7 @@ int virNodeListDevices (virConnectPtr conn,
|
||||
/*
|
||||
* virConnectListAllNodeDevices:
|
||||
*
|
||||
* Flags used to filter the returned node devices. Flags in each group
|
||||
* are exclusive. */
|
||||
* Flags used to filter the returned node devices. */
|
||||
typedef enum {
|
||||
/* filter the devices by cap type */
|
||||
VIR_CONNECT_LIST_NODE_DEVICES_CAP_SYSTEM = 1 << 0, /* System capability */
|
||||
|
||||
Reference in New Issue
Block a user