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

committed by
George Kiagiadakis

parent
89549247f8
commit
d692f06f0d
10
lib/wp/wp.h
10
lib/wp/wp.h
@@ -41,6 +41,16 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/*!
|
||||
* @memberof Wp
|
||||
*
|
||||
* @brief
|
||||
* @arg WP_INIT_PIPEWIRE
|
||||
* @arg WP_INIT_SPA_TYPES
|
||||
* @arg WP_INIT_SET_PW_LOG
|
||||
* @arg WP_INIT_SET_GLIB_LOG
|
||||
* @arg WP_INIT_ALL
|
||||
*/
|
||||
typedef enum {
|
||||
WP_INIT_PIPEWIRE = (1<<0),
|
||||
WP_INIT_SPA_TYPES = (1<<1),
|
||||
|
Reference in New Issue
Block a user