doc: link \page and \group by \see

This commit is contained in:
Pauli Virtanen 2023-11-04 15:22:18 +02:00
parent c77fdb4864
commit 33db334765
4 changed files with 12 additions and 4 deletions

View file

@ -12,6 +12,8 @@ extern "C" {
#include <spa/utils/hook.h> #include <spa/utils/hook.h>
/** \page page_client_impl Client Implementation /** \page page_client_impl Client Implementation
*
* \see \ref pw_impl_client
* *
* \section sec_page_client_impl_overview Overview * \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 * Each client has its own list of resources it is bound to along with
* a mapping between the client types and server types. * a mapping between the client types and server types.
* *
* See: \ref page_client_impl * \see \ref page_client_impl
*/ */
/** /**

View file

@ -12,6 +12,8 @@ extern "C" {
#include <spa/utils/hook.h> #include <spa/utils/hook.h>
/** \page page_proxy Proxy /** \page page_proxy Proxy
*
* \see \ref pw_proxy
* *
* \section sec_page_proxy_overview Overview * \section sec_page_proxy_overview Overview
* *
@ -76,7 +78,7 @@ extern "C" {
* invoked by the client to PipeWire messages. Events will call the handlers * invoked by the client to PipeWire messages. Events will call the handlers
* set in listener. * set in listener.
* *
* See \ref page_proxy * \see \ref page_proxy
*/ */
/** /**

View file

@ -10,6 +10,8 @@ extern "C" {
#endif #endif
/** \page page_streams Streams /** \page page_streams Streams
*
* \see \ref pw_stream
* *
* \section sec_overview Overview * \section sec_overview Overview
* *
@ -162,7 +164,7 @@ extern "C" {
* The stream object provides a convenient way to send and * The stream object provides a convenient way to send and
* receive data streams from/to PipeWire. * receive data streams from/to PipeWire.
* *
* See also \ref page_streams and \ref api_pw_core * \see \ref page_streams, \ref api_pw_core
*/ */
/** /**

View file

@ -12,6 +12,8 @@ extern "C" {
#include <pipewire/loop.h> #include <pipewire/loop.h>
/** \page page_thread_loop Thread Loop /** \page page_thread_loop Thread Loop
*
* \see \ref pw_thread_loop
* *
* \section sec_thread_loop_overview Overview * \section sec_thread_loop_overview Overview
* *
@ -68,7 +70,7 @@ extern "C" {
* All of the loop callbacks will be executed with the loop * All of the loop callbacks will be executed with the loop
* lock held. * lock held.
* *
* See also \ref page_thread_loop * \see \ref page_thread_loop
*/ */
/** /**