doc: switch the spa documentation to doxygen

This commit is contained in:
Peter Hutterer 2021-05-25 13:37:47 +10:00 committed by Wim Taymans
parent 9ed9980fa2
commit 46a39e0ba7
7 changed files with 178 additions and 167 deletions

11
doc/spa-index.dox Normal file
View file

@ -0,0 +1,11 @@
/** \page page_spa SPA (Simple Plugin API)
SPA (Simple Plugin API) is an extensible API to implement all kinds of
plugins. It is inspired by many other plugin APIs, mostly LV2 and
GStreamer.
- \subpage page_spa_design
- \subpage page_spa_pod
- \subpage page_spa_buffer
*/