docs: api: Replace hotdoc specific commands with Doxygen specific commands

This commit is contained in:
Raghavendra
2021-05-13 17:54:58 +03:00
committed by George Kiagiadakis
parent 89549247f8
commit d692f06f0d
90 changed files with 4716 additions and 2766 deletions

View File

@@ -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),