From d8af5de97d0c8dc201c35aca8f10dc4600a4a3b5 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 4 Nov 2019 09:33:34 -0600 Subject: [PATCH] trivial: fix some gtkdoc sections These weren't showing up in documentation properly. --- src/fu-common.h | 2 +- src/fu-usb-device.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fu-common.h b/src/fu-common.h index bb192ca1a..7c1a0c89b 100644 --- a/src/fu-common.h +++ b/src/fu-common.h @@ -53,7 +53,7 @@ typedef guint FuEndianType; * @FU_PATH_KIND_SYSFSDIR_FW: The sysfs firmware location (IE /sys/firmware) * @FU_PATH_KIND_SYSFSDIR_DRIVERS: The platform sysfs directory (IE /sys/bus/platform/drivers) * @FU_PATH_KIND_SYSFSDIR_TPM: The TPM sysfs directory (IE /sys/class/tpm) - * @FU_PATH_KIND_POLKIT_ACTIONS The directory for policy kit actions (IE /usr/share/polkit-1/actions/) + * @FU_PATH_KIND_POLKIT_ACTIONS: The directory for policy kit actions (IE /usr/share/polkit-1/actions/) * * Path types to use when dynamically determining a path at runtime **/ diff --git a/src/fu-usb-device.c b/src/fu-usb-device.c index 734b30758..ca3931d6e 100644 --- a/src/fu-usb-device.c +++ b/src/fu-usb-device.c @@ -12,7 +12,7 @@ #include "fu-usb-device-private.h" /** - * SECTION:fu-device + * SECTION:fu-usb-device * @short_description: a USB device * * An object that represents a USB device.