mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 15:50:03 +01:00
Add comprehensive wpctl documentation that generates both HTML docs and an installable man page from a single RST source. Closes: #825 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
238 B
Meson
12 lines
238 B
Meson
# you need to add here any files you add to the toc directory as well
|
|
sphinx_files += files(
|
|
'index.rst',
|
|
)
|
|
|
|
subdir('daemon')
|
|
subdir('design')
|
|
subdir('policies')
|
|
subdir('library')
|
|
subdir('scripting')
|
|
subdir('tools')
|
|
subdir('resources')
|