mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
libfprint: Fix a few issues with the documentation
This must have been broken all along. Get it into a better shape. Looks like mostly cases of bad copy/paste.
This commit is contained in:
@@ -24,16 +24,11 @@
|
||||
#include "fp-device-private.h"
|
||||
|
||||
/**
|
||||
* SECTION: fpi-device
|
||||
* @title: Internal FpDevice
|
||||
* @short_description: Internal device routines
|
||||
* SECTION: fp-device
|
||||
* @title: FpDevice
|
||||
* @short_description: Fingerpint device routines
|
||||
*
|
||||
* The methods that are available for drivers to manipulate a device. See
|
||||
* #FpDeviceClass for more information. Also note that most of these are
|
||||
* not relevant for image based devices, see #FpImageDeviceClass in that
|
||||
* case.
|
||||
*
|
||||
* Also see the public #FpDevice routines.
|
||||
* These are the public #FpDevice routines.
|
||||
*/
|
||||
|
||||
static void fp_device_async_initable_iface_init (GAsyncInitableIface *iface);
|
||||
|
||||
Reference in New Issue
Block a user