doc: add brief explanations for all groups

This commit is contained in:
Pauli Virtanen 2021-10-04 00:00:41 +03:00
parent 125051a700
commit 49901f2d61
44 changed files with 46 additions and 31 deletions

View file

@ -33,7 +33,7 @@ extern "C" {
#include <spa/pod/pod.h>
/** \defgroup spa_control Control
*
* Control type declarations
*/
/**

View file

@ -30,7 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_debug Debug
*
* Debugging utilities
*/
/**

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_graph Graph
* Node graph
*/
/**

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_param Parameters
* Parameter value enumerations and type information
*/
/**

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_pod POD
* Binary data serialization format
*/
/**

View file

@ -35,7 +35,7 @@ extern "C" {
#include <spa/utils/hook.h>
/** \defgroup spa_cpu CPU
*
* Querying CPU properties
*/
/**

View file

@ -32,7 +32,7 @@ extern "C" {
#include <spa/support/loop.h>
/** \defgroup spa_dbus DBus
*
* DBus communication
*/
/**

View file

@ -33,7 +33,7 @@ extern "C" {
#include <spa/utils/defs.h>
/** \defgroup spa_i18n I18N
*
* Gettext interface
*/
/**

View file

@ -36,6 +36,7 @@ extern "C" {
#include <spa/utils/hook.h>
/** \defgroup spa_log Log
* Logging interface
*/
/**

View file

@ -34,7 +34,7 @@ extern "C" {
#include <spa/support/system.h>
/** \defgroup spa_loop Loop
*
* Event loop interface
*/
/**

View file

@ -33,7 +33,7 @@ extern "C" {
#include <spa/utils/defs.h>
/** \defgroup spa_plugin_loader Plugin Loader
*
* SPA plugin loader
*/
/**

View file

@ -34,6 +34,7 @@ extern "C" {
/**
* \defgroup spa_handle Plugin Handle
* SPA plugin handle and factory interfaces
*/
/**

View file

@ -38,7 +38,7 @@ struct itimerspec;
#include <spa/utils/hook.h>
/** \defgroup spa_system System
*
* I/O, clock, polling, timer, and signal interfaces
*/
/**

View file

@ -37,7 +37,7 @@ extern "C" {
#include <spa/utils/dict.h>
/** \defgroup spa_thread Thread
*
* Threading utility interfaces
*/
/**

View file

@ -31,7 +31,7 @@ extern "C" {
/**
* \defgroup spa_ansi ANSI codes
*
* ANSI color code macros
*/
/**

View file

@ -39,7 +39,7 @@ extern "C" {
/**
* \defgroup spa_utils_defs Miscellaneous
*
* Helper macros and functions
*/
/**

View file

@ -35,7 +35,7 @@ extern "C" {
/**
* \defgroup spa_dict Dictionary
*
* Dictionary data structure
*/
/**

View file

@ -38,6 +38,7 @@ extern "C" {
#include <spa/utils/defs.h>
/** \defgroup spa_json JSON
* Relaxed JSON variant parsing
*/
/**

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_keys Key Names
* Key names used by SPA plugins
*/
/**

View file

@ -31,7 +31,7 @@ extern "C" {
/**
* \defgroup spa_list List
*
* Doubly linked list data structure
*/
/**

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
/** \defgroup spa_names Factory Names
* SPA plugin factory names
*/
/**

View file

@ -31,7 +31,7 @@ extern "C" {
/**
* \defgroup spa_result Result handling
*
* Asynchronous result utilities
*/
/**

View file

@ -31,7 +31,7 @@ extern "C" {
/**
* \defgroup spa_ringbuffer Ringbuffer
*
* Ring buffer implementation
*/
/**

View file

@ -37,7 +37,7 @@ extern "C" {
/**
* \defgroup spa_string String handling
*
* String handling utilities
*/
/**

View file

@ -32,6 +32,7 @@ extern "C" {
#include <spa/utils/defs.h>
/** \defgroup spa_types Types
* Data type information enumerations
*/
/**