doc: switch from .md to .dox files and impose some general structure

This is an attempt of breaking up the documentation, currently spread across
several pages. We're left with a few high-level topics with various things
grouped underneath those.

Further refinement is necessary, but this can now be done in incremental steps
over massive reworks.
This commit is contained in:
Peter Hutterer 2021-05-25 19:55:06 +10:00 committed by Wim Taymans
parent 13bb152840
commit b64f0d581f
17 changed files with 189 additions and 134 deletions

View file

@ -43,11 +43,18 @@ else
spa_strip_static = []
endif
# Note: order here is how doxygen will expose the pages in the sidebar
extra_docs = [
'pipewire-overview.md',
'pipewire-design.md',
'pipewire-architecture.md',
'pipewire-objects-design.md',
'index.dox',
'pipewire.dox',
'pipewire-overview.dox',
'pipewire-design.dox',
'pipewire-daemon.dox',
'pipewire-library.dox',
'pipewire-tools.dox',
'pipewire-session-manager.dox',
'pipewire-objects-design.dox',
'api.dox',
'tutorial.dox',
'tutorial1.dox',
'tutorial2.dox',
@ -59,7 +66,7 @@ extra_docs = [
'spa-design.dox',
'spa-pod.dox',
'spa-buffer.dox',
'pulseaudio.md',
'pulseaudio.dox',
]
foreach extra : extra_docs