mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
doc: add brief explanations for all groups
This commit is contained in:
parent
125051a700
commit
49901f2d61
44 changed files with 46 additions and 31 deletions
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_ansi ANSI codes
|
||||
*
|
||||
* ANSI color code macros
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_utils_defs Miscellaneous
|
||||
*
|
||||
* Helper macros and functions
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_dict Dictionary
|
||||
*
|
||||
* Dictionary data structure
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ extern "C" {
|
|||
#include <spa/utils/defs.h>
|
||||
|
||||
/** \defgroup spa_json JSON
|
||||
* Relaxed JSON variant parsing
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/** \defgroup spa_keys Key Names
|
||||
* Key names used by SPA plugins
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_list List
|
||||
*
|
||||
* Doubly linked list data structure
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/** \defgroup spa_names Factory Names
|
||||
* SPA plugin factory names
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_result Result handling
|
||||
*
|
||||
* Asynchronous result utilities
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_ringbuffer Ringbuffer
|
||||
*
|
||||
* Ring buffer implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* \defgroup spa_string String handling
|
||||
*
|
||||
* String handling utilities
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ extern "C" {
|
|||
#include <spa/utils/defs.h>
|
||||
|
||||
/** \defgroup spa_types Types
|
||||
* Data type information enumerations
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue