From a988df47a2b79a4402e66c3dc5d1bbea78f6c20d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 26 Jun 2026 12:46:00 +0200 Subject: [PATCH] docs: escape angle brackets in conf.c and fix page_core_api references - conf.c: escape , , placeholders in doc comment - context.h, permission.h: fix \ref page_core_api to \ref api_pw_core Co-Authored-By: Claude Opus 4.6 --- src/pipewire/conf.c | 4 ++-- src/pipewire/context.h | 2 +- src/pipewire/permission.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pipewire/conf.c b/src/pipewire/conf.c index e0fe202bb..1d23783b3 100644 --- a/src/pipewire/conf.c +++ b/src/pipewire/conf.c @@ -1286,13 +1286,13 @@ int pw_conf_load_conf_for_context(struct pw_properties *props, struct pw_propert * # actions are emitted. * { * # all keys must match the value. ! negates. ~ starts regex. - * = + * \ = \ * ... * } * ... * ] * actions = { - * = + * \ = \ * ... * } * } diff --git a/src/pipewire/context.h b/src/pipewire/context.h index 5eaa8de30..8c51f15ff 100644 --- a/src/pipewire/context.h +++ b/src/pipewire/context.h @@ -29,7 +29,7 @@ extern "C" { * clients. * * - Connect to another PipeWire instance (the main daemon, for - * example) and interact with it (See \ref page_core_api). + * example) and interact with it (See \ref api_pw_core). * * - Export a local implementation of an object to another * instance. diff --git a/src/pipewire/permission.h b/src/pipewire/permission.h index 55eeff2a3..37e3c6668 100644 --- a/src/pipewire/permission.h +++ b/src/pipewire/permission.h @@ -16,7 +16,7 @@ extern "C" { * Permissions are kept for a client and describe what the client is * allowed to do with an object. * - * See \ref page_core_api + * See \ref api_pw_core */ /**