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,16 @@ G_BEGIN_DECLS
|
||||
|
||||
struct pw_permission;
|
||||
|
||||
/**
|
||||
* WP_TYPE_CLIENT:
|
||||
/*!
|
||||
* @memberof WpClient
|
||||
*
|
||||
* The #WpClient #GType
|
||||
* @brief The [WpClient](@ref client_section)
|
||||
* <a href="https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#GType">
|
||||
* GType</a>
|
||||
*
|
||||
* @code
|
||||
* #define WP_TYPE_CLIENT (wp_client_get_type ())
|
||||
* @endcode
|
||||
*/
|
||||
#define WP_TYPE_CLIENT (wp_client_get_type ())
|
||||
WP_API
|
||||
|
Reference in New Issue
Block a user