mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
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:
parent
13bb152840
commit
b64f0d581f
17 changed files with 189 additions and 134 deletions
8
doc/api.dox
Normal file
8
doc/api.dox
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/** \page page_api API Documentation
|
||||
|
||||
The API consists of two parts:
|
||||
|
||||
- The \subpage page_core_api to access a PipeWire instance.
|
||||
- The \subpage page_implementation_api and tools to build new objects and modules
|
||||
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue