diff --git a/src/pipewire/impl-client.c b/src/pipewire/impl-client.c index 576d4ce95..fb73be916 100644 --- a/src/pipewire/impl-client.c +++ b/src/pipewire/impl-client.c @@ -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 diff --git a/src/pipewire/stream.h b/src/pipewire/stream.h index 502a0dfd0..59d60c482 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -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. *