mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: add the documentation infrastructure for pipewire modules
All empty pages for now but at least this makes them show up in the documentation.
This commit is contained in:
parent
9956637ce5
commit
f181232a61
22 changed files with 130 additions and 0 deletions
|
|
@ -17,8 +17,16 @@ endforeach
|
|||
foreach h : pipewire_sources
|
||||
inputs += meson.source_root() / 'src' / 'pipewire' / h
|
||||
endforeach
|
||||
foreach h : module_sources
|
||||
inputs += meson.source_root() / 'src' / 'modules' / h
|
||||
endforeach
|
||||
inputs += meson.source_root() / 'test' / 'pwtest.h'
|
||||
|
||||
find = find_program('find', required: false)
|
||||
if find.found()
|
||||
|
||||
endif
|
||||
|
||||
# SPA headers use static inline functions. Doxygen doesn't extract those
|
||||
# unless we have EXTRACT_STATIC set - but we don't want it to extract
|
||||
# everything in the rest of the tree.
|
||||
|
|
@ -50,6 +58,7 @@ extra_docs = [
|
|||
'pipewire-design.dox',
|
||||
'pipewire-daemon.dox',
|
||||
'pipewire-library.dox',
|
||||
'pipewire-modules.dox',
|
||||
'pipewire-tools.dox',
|
||||
'pipewire-session-manager.dox',
|
||||
'pipewire-objects-design.dox',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue