doc: fix some doxygen warnings

This commit is contained in:
Pauli Virtanen 2024-01-28 13:06:50 +02:00 committed by Wim Taymans
parent 8e3c0f02b2
commit 978dbff32f
23 changed files with 111 additions and 27 deletions

View file

@ -52,13 +52,13 @@
* - \ref PW_KEY_NODE_GROUP
* - \ref PW_KEY_NODE_LINK_GROUP
* - \ref PW_KEY_NODE_VIRTUAL
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
* 'filter-<pid>-<module-id>'.
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
* 'filter-PID-MODULEID'.
*
* Stream only properties:
*
* - \ref PW_KEY_MEDIA_CLASS
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
* prefixed with 'input.' and 'output.' to generate a capture and playback
* stream node.name respectively.
*

View file

@ -461,13 +461,13 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
* - \ref PW_KEY_NODE_GROUP
* - \ref PW_KEY_NODE_LINK_GROUP
* - \ref PW_KEY_NODE_VIRTUAL
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
* 'filter-chain-<pid>-<module-id>'.
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
* 'filter-chain-PID-MODULEID'.
*
* Stream only properties:
*
* - \ref PW_KEY_MEDIA_CLASS
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
* prefixed with 'input.' and 'output.' to generate a capture and playback
* stream node.name respectively.
*

View file

@ -57,13 +57,13 @@
* - \ref PW_KEY_NODE_GROUP
* - \ref PW_KEY_NODE_LINK_GROUP
* - \ref PW_KEY_NODE_VIRTUAL
* - \ref PW_KEY_NODE_NAME: See notes below. If not specified, defaults to
* 'loopback-<pid>-<module-id>'.
* - \ref PW_KEY_NODE_NAME : See notes below. If not specified, defaults to
* 'loopback-PID-MODULEID'.
*
* Stream only properties:
*
* - \ref PW_KEY_MEDIA_CLASS
* - \ref PW_KEY_NODE_NAME: if not given per stream, the global node.name will be
* - \ref PW_KEY_NODE_NAME : if not given per stream, the global node.name will be
* prefixed with 'input.' and 'output.' to generate a capture and playback
* stream node.name respectively.
*

View file

@ -5,6 +5,8 @@
#ifndef PIPEWIRE_PRIVATE_H
#define PIPEWIRE_PRIVATE_H
/** \privatesection */
#ifdef __cplusplus
extern "C" {
#endif
@ -1298,8 +1300,6 @@ bool pw_should_dlclose(void);
void pw_log_topic_register_enum(const struct spa_log_topic_enum *e);
void pw_log_topic_unregister_enum(const struct spa_log_topic_enum *e);
/** \endcond */
#ifdef __cplusplus
}
#endif