From d35f17b744376eb9d2788ed21f2c04cdb013e727 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] hwdep: device_info: link optimization to gi-docgen The gi-docgen supports enhancement of inter-document link. This commit is optimization to it. Signed-off-by: Takashi Sakamoto --- src/hwdep/device-info.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/hwdep/device-info.c b/src/hwdep/device-info.c index 3bc163f..30287a7 100644 --- a/src/hwdep/device-info.c +++ b/src/hwdep/device-info.c @@ -2,16 +2,13 @@ #include "privates.h" /** - * SECTION: device-info - * @Title: ALSAHwdepDeviceInfo - * @Short_description: A GObject-derived object to represent information of - * ALSA hwdep device. + * ALSAHwdepDeviceInfo: + * A GObject-derived object to represent information of ALSA hwdep device. * - * A #ALSAHwdepDeviceInfo is a GObject-derived object to represent information - * of ALSA hwdep device. The call of alsahwdep_get_device_info() returns an - * instance of the object. + * A [class@DeviceInfo] is a GObject-derived object to represent information of ALSA hwdep device. + * The call of [func@get_device_info] returns an instance of the object. * - * The object wraps 'struct snd_hwdep_info' in UAPI of Linux sound subsystem. + * The object wraps `struct snd_hwdep_info` in UAPI of Linux sound subsystem. */ typedef struct { struct snd_hwdep_info info; -- 2.47.3