trivial: fix some gtkdoc sections

These weren't showing up in documentation properly.
This commit is contained in:
Mario Limonciello 2019-11-04 09:33:34 -06:00
parent 340f2d4cd7
commit d8af5de97d
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ typedef guint FuEndianType;
* @FU_PATH_KIND_SYSFSDIR_FW: The sysfs firmware location (IE /sys/firmware) * @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_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_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 * Path types to use when dynamically determining a path at runtime
**/ **/

View File

@ -12,7 +12,7 @@
#include "fu-usb-device-private.h" #include "fu-usb-device-private.h"
/** /**
* SECTION:fu-device * SECTION:fu-usb-device
* @short_description: a USB device * @short_description: a USB device
* *
* An object that represents a USB device. * An object that represents a USB device.