From b23dfc4dc19067817017b4ef3a7cc96903b472a1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 24 Jun 2021 14:26:21 +1000 Subject: [PATCH] doc: make the pipewire keys show up in the doxygen output --- src/pipewire/keys.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pipewire/keys.h b/src/pipewire/keys.h index 5ca003fd2..baa4e165f 100644 --- a/src/pipewire/keys.h +++ b/src/pipewire/keys.h @@ -30,6 +30,8 @@ extern "C" { #endif /** + * \defgroup pw_keys PipeWire Keys + * * A collection of keys that are used to add extra information on objects. * * Keys that start with "pipewire." are in general set-once and then @@ -38,6 +40,9 @@ extern "C" { * * Properties from other objects can also appear. This usually suggests some * sort of parent/child or owner/owned relationship. + * + * \addtogroup pw_keys + * \{ */ #define PW_KEY_PROTOCOL "pipewire.protocol" /**< protocol used for connection */ #define PW_KEY_ACCESS "pipewire.access" /**< how the client access is controlled */ @@ -299,6 +304,9 @@ extern "C" { #define PW_KEY_PRIORITY_MASTER "priority.master" /**< deprecated */ #endif /* PW_ENABLE_DEPRECATED */ +/** \} + */ + #ifdef __cplusplus } #endif