docs: fix warnings related to recent policy-dsp changes

- remove dsp.rst, since it's empty and not in the toctree
- fix g-i function param annotation
This commit is contained in:
George Kiagiadakis 2023-10-10 13:42:05 +03:00
parent 69ed77042f
commit ffd6c0dfb9
3 changed files with 1 additions and 8 deletions

View file

@ -1,6 +0,0 @@
.. _config_dsp:
DSP configuration
==================
This is an empty page

View file

@ -5,7 +5,6 @@ sphinx_files += files(
'config_lua.rst',
'multi_instance.rst',
'alsa.rst',
'dsp.rst',
'bluetooth.rst',
'policy.rst',
'access.rst',

View file

@ -272,7 +272,7 @@ wp_impl_module_load (WpCore * core, const gchar * name,
* \since 0.4.15
* \param core (transfer none): The WirePlumber core
* \param name (transfer none): the name of the module to load
* \param file (transfer none): filename to be used as arguments
* \param filename (transfer none): filename to be used as arguments
* \param properties (nullable) (transfer none): additional properties to be
* provided to the module
* \returns (nullable) (transfer full): the WpImplModule for the module that