From 07ff03970f78313ed994d35b89b83e4035fdc8e3 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 11 May 2020 20:49:20 +0200 Subject: [PATCH] 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. --- libfprint/fp-device.c | 13 ++++--------- libfprint/fpi-image-device.c | 9 ++++----- libfprint/fpi-image.c | 3 +-- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/libfprint/fp-device.c b/libfprint/fp-device.c index cde720c..1e61447 100644 --- a/libfprint/fp-device.c +++ b/libfprint/fp-device.c @@ -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); diff --git a/libfprint/fpi-image-device.c b/libfprint/fpi-image-device.c index 8b37d8a..11399a1 100644 --- a/libfprint/fpi-image-device.c +++ b/libfprint/fpi-image-device.c @@ -24,12 +24,11 @@ #include "fp-image-device.h" /** - * SECTION: fpi-image - * @title: Internal FpImage - * @short_description: Internal image handling routines + * SECTION: fpi-image-device + * @title: Internal FpImageDevice + * @short_description: Internal image device functions * - * Internal image handling routines. Also see the public FpImage routines. + * Internal image device functions. See #FpImageDevice for public routines. */ /* Manually redefine what G_DEFINE_* macro does */ diff --git a/libfprint/fpi-image.c b/libfprint/fpi-image.c index 8344037..47aac8d 100644 --- a/libfprint/fpi-image.c +++ b/libfprint/fpi-image.c @@ -34,8 +34,7 @@ * @title: Internal FpImage * @short_description: Internal image handling routines * - * Internal image handling routines. Also see the public FpImage routines. + * Internal image handling routines. See #FpImage for public routines. */ /**