doc: drop two references to entities we don't include in doxygen

This commit is contained in:
Peter Hutterer 2021-05-21 09:36:41 +10:00
parent f47f85bbcb
commit c9cab11a82
2 changed files with 2 additions and 2 deletions

View file

@ -626,7 +626,7 @@ const struct pw_client_info *pw_impl_client_get_info(struct pw_impl_client *clie
/** Update client properties
*
* \param client the client
* \param dict a \struct spa_dict with properties
* \param dict a struct spa_dict with properties
*
* Add all properties in \a dict to the client properties. Existing
* properties are overwritten. Items can be removed by setting the value

View file

@ -34,7 +34,7 @@ extern "C" {
* \section sec_overview Overview
*
* Media streams are used to exchange data with the PipeWire server. A
* stream is a wrapper around a proxy for a \ref pw_client_node with
* stream is a wrapper around a proxy for a pw_client_node with
* an adapter. This means the stream will automatically do conversion
* to the type required by the server.
*