mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
doc: link \page and \group by \see
This commit is contained in:
parent
c77fdb4864
commit
33db334765
4 changed files with 12 additions and 4 deletions
|
|
@ -12,6 +12,8 @@ extern "C" {
|
|||
#include <spa/utils/hook.h>
|
||||
|
||||
/** \page page_client_impl Client Implementation
|
||||
*
|
||||
* \see \ref pw_impl_client
|
||||
*
|
||||
* \section sec_page_client_impl_overview Overview
|
||||
*
|
||||
|
|
@ -51,7 +53,7 @@ extern "C" {
|
|||
* Each client has its own list of resources it is bound to along with
|
||||
* a mapping between the client types and server types.
|
||||
*
|
||||
* See: \ref page_client_impl
|
||||
* \see \ref page_client_impl
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ extern "C" {
|
|||
#include <spa/utils/hook.h>
|
||||
|
||||
/** \page page_proxy Proxy
|
||||
*
|
||||
* \see \ref pw_proxy
|
||||
*
|
||||
* \section sec_page_proxy_overview Overview
|
||||
*
|
||||
|
|
@ -76,7 +78,7 @@ extern "C" {
|
|||
* invoked by the client to PipeWire messages. Events will call the handlers
|
||||
* set in listener.
|
||||
*
|
||||
* See \ref page_proxy
|
||||
* \see \ref page_proxy
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/** \page page_streams Streams
|
||||
*
|
||||
* \see \ref pw_stream
|
||||
*
|
||||
* \section sec_overview Overview
|
||||
*
|
||||
|
|
@ -162,7 +164,7 @@ extern "C" {
|
|||
* The stream object provides a convenient way to send and
|
||||
* receive data streams from/to PipeWire.
|
||||
*
|
||||
* See also \ref page_streams and \ref api_pw_core
|
||||
* \see \ref page_streams, \ref api_pw_core
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ extern "C" {
|
|||
#include <pipewire/loop.h>
|
||||
|
||||
/** \page page_thread_loop Thread Loop
|
||||
*
|
||||
* \see \ref pw_thread_loop
|
||||
*
|
||||
* \section sec_thread_loop_overview Overview
|
||||
*
|
||||
|
|
@ -68,7 +70,7 @@ extern "C" {
|
|||
* All of the loop callbacks will be executed with the loop
|
||||
* lock held.
|
||||
*
|
||||
* See also \ref page_thread_loop
|
||||
* \see \ref page_thread_loop
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue