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:
parent
25ab4849a4
commit
07ff03970f
3 changed files with 9 additions and 16 deletions
|
@ -24,16 +24,11 @@
|
||||||
#include "fp-device-private.h"
|
#include "fp-device-private.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: fpi-device
|
* SECTION: fp-device
|
||||||
* @title: Internal FpDevice
|
* @title: FpDevice
|
||||||
* @short_description: Internal device routines
|
* @short_description: Fingerpint device routines
|
||||||
*
|
*
|
||||||
* The methods that are available for drivers to manipulate a device. See
|
* These are the public #FpDevice routines.
|
||||||
* #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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void fp_device_async_initable_iface_init (GAsyncInitableIface *iface);
|
static void fp_device_async_initable_iface_init (GAsyncInitableIface *iface);
|
||||||
|
|
|
@ -24,12 +24,11 @@
|
||||||
#include "fp-image-device.h"
|
#include "fp-image-device.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION: fpi-image
|
* SECTION: fpi-image-device
|
||||||
* @title: Internal FpImage
|
* @title: Internal FpImageDevice
|
||||||
* @short_description: Internal image handling routines
|
* @short_description: Internal image device functions
|
||||||
*
|
*
|
||||||
* Internal image handling routines. Also see the public <ulink
|
* Internal image device functions. See #FpImageDevice for public routines.
|
||||||
* url="libfprint-FpImage.html">FpImage routines</ulink>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Manually redefine what G_DEFINE_* macro does */
|
/* Manually redefine what G_DEFINE_* macro does */
|
||||||
|
|
|
@ -34,8 +34,7 @@
|
||||||
* @title: Internal FpImage
|
* @title: Internal FpImage
|
||||||
* @short_description: Internal image handling routines
|
* @short_description: Internal image handling routines
|
||||||
*
|
*
|
||||||
* Internal image handling routines. Also see the public <ulink
|
* Internal image handling routines. See #FpImage for public routines.
|
||||||
* url="libfprint-FpImage.html">FpImage routines</ulink>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue