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
committed by Marco Trevisan (Treviño)
parent d46c34b21c
commit 0b37a36874
+3 -1
View File
@@ -26,9 +26,11 @@
#include "tod/tod-macros.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,