mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-29 09:10:11 +01: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:
parent
5e4bb26801
commit
a033154b2e
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue