docs: api: Replace hotdoc specific commands with Doxygen specific commands
This commit is contained in:

committed by
George Kiagiadakis

parent
89549247f8
commit
d692f06f0d
@@ -15,10 +15,17 @@ G_BEGIN_DECLS
|
||||
|
||||
/* WpDevice */
|
||||
|
||||
/**
|
||||
* WP_TYPE_DEVICE:
|
||||
/*!
|
||||
* @memberof WpDevice
|
||||
*
|
||||
* @brief The [WpDevice](@ref device_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_DEVICE (wp_device_get_type ())
|
||||
* @endcode
|
||||
*
|
||||
* The #WpDevice #GType
|
||||
*/
|
||||
#define WP_TYPE_DEVICE (wp_device_get_type ())
|
||||
WP_API
|
||||
@@ -30,20 +37,30 @@ WpDevice * wp_device_new_from_factory (WpCore * core,
|
||||
|
||||
/* WpSpaDevice */
|
||||
|
||||
/**
|
||||
* WpSpaDeviceFeatures:
|
||||
* @WP_SPA_DEVICE_FEATURE_ENABLED: enables a device
|
||||
/*!
|
||||
* @memberof WpDevice
|
||||
*
|
||||
* Flags to be used as #WpObjectFeatures for #WpSpaDevice
|
||||
* @brief
|
||||
* @arg WP_SPA_DEVICE_FEATURE_ENABLED: enables a device
|
||||
*
|
||||
* Flags to be used as [WpObjectFeatures](@ref object_features_section) for
|
||||
* [WpSpaDevice](@ref spa_device_section)
|
||||
*/
|
||||
typedef enum { /*< flags >*/
|
||||
WP_SPA_DEVICE_FEATURE_ENABLED = (WP_PROXY_FEATURE_CUSTOM_START << 0),
|
||||
} WpSpaDeviceFeatures;
|
||||
|
||||
/**
|
||||
* WP_TYPE_SPA_DEVICE:
|
||||
/*!
|
||||
* @memberof WpDevice
|
||||
*
|
||||
* @brief The [WpSpaDevice](@ref spa_device_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_SPA_DEVICE (wp_spa_device_get_type ())
|
||||
* @endcode
|
||||
*
|
||||
* The #WpSpaDevice #GType
|
||||
*/
|
||||
#define WP_TYPE_SPA_DEVICE (wp_spa_device_get_type ())
|
||||
WP_API
|
||||
|
Reference in New Issue
Block a user