#include "privates.h"
/**
- * SECTION: device-info
- * @Title: ALSATimerDeviceInfo
- * @Short_description: A GObject-derived object to represent information of
- * timer device.
+ * ALSATimerDeviceInfo:
+ * A GObject-derived object to represent information of timer device.
*
- * A #ALSATimerDeviceInfo is a GObject-derived object to represent information
- * of timer device. The call of alsatimer_get_device_info() returns an instance
- * of the object according to the identifier of timer device.
+ * A [class@DeviceInfo] is a GObject-derived object to represent information of timer device.
+ * The call of alsatimer_get_device_info() returns an instance of the object according to the
+ * identifier of timer device.
*
- * The object wraps 'struct snd_timer_ginfo' in UAPI of Linux sound subsystem.
+ * The object wraps `struct snd_timer_ginfo` in UAPI of Linux sound subsystem.
*/
typedef struct {
struct snd_timer_ginfo info;