mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
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:
committed by
Marco Trevisan (Treviño)
parent
d46c34b21c
commit
0b37a36874
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user