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.