mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
doc: reorganize files
Separate various autogen files from the documentation .dox files. Rename .dox files to match the intended tree structure.
This commit is contained in:
parent
eca773fc12
commit
77fad4ee13
41 changed files with 60 additions and 59 deletions
21
doc/dox/tutorial/index.dox
Normal file
21
doc/dox/tutorial/index.dox
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/** \page page_tutorial Tutorial
|
||||
|
||||
Welcome to the PipeWire API tutorial. The goal is to learn
|
||||
PipeWire API step-by-step with simple short examples.
|
||||
|
||||
- \subpage page_tutorial1
|
||||
- \subpage page_tutorial2
|
||||
- \subpage page_tutorial3
|
||||
- \subpage page_tutorial4
|
||||
- \subpage page_tutorial5
|
||||
- \subpage page_tutorial6
|
||||
|
||||
|
||||
# More Example Programs
|
||||
|
||||
- \ref audio-src.c "": \snippet{doc} audio-src.c title
|
||||
- \ref audio-dsp-filter.c "": \snippet{doc} audio-dsp-filter.c title
|
||||
- \ref video-play.c "": \snippet{doc} video-play.c title
|
||||
- \subpage page_examples
|
||||
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue