doc: Fix broken documentation for FpiDeviceUdevSubtypeFlags enum

Added description and fixed incorrect name in comment, so now gtkdoc
actually shows useful information.
This commit is contained in:
Matthew Mirvish
2021-11-15 17:10:44 -05:00
parent 5e4bb26801
commit a033154b2e

View File

@@ -25,9 +25,11 @@
#include "fpi-print.h"
/**
* FpiDeviceUdevSubtype:
* FpiDeviceUdevSubtypeFlags:
* @FPI_DEVICE_UDEV_SUBTYPE_SPIDEV: The device requires an spidev node
* @FPI_DEVICE_UDEV_SUBTYPE_HIDRAW: The device requires a hidraw node
*
* Bitfield of required hardware resources for a udev-backed device.
*/
typedef enum {
FPI_DEVICE_UDEV_SUBTYPE_SPIDEV = 1 << 0,