From b93c3fb0c51ec2cc9466f25d71db5c931c8e9d77 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 13 Feb 2023 16:56:21 +0100 Subject: [PATCH] spa: improve param doc --- spa/include/spa/param/port-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/param/port-config.h b/spa/include/spa/param/port-config.h index d88a3ff61..885b6a9e5 100644 --- a/spa/include/spa/param/port-config.h +++ b/spa/include/spa/param/port-config.h @@ -48,7 +48,7 @@ enum spa_param_port_config_mode { /** properties for SPA_TYPE_OBJECT_ParamPortConfig */ enum spa_param_port_config { SPA_PARAM_PORT_CONFIG_START, - SPA_PARAM_PORT_CONFIG_direction, /**< direction, input/output (Id enum spa_direction) */ + SPA_PARAM_PORT_CONFIG_direction, /**< (Id enum spa_direction) direction */ SPA_PARAM_PORT_CONFIG_mode, /**< (Id enum spa_param_port_config_mode) mode */ SPA_PARAM_PORT_CONFIG_monitor, /**< (Bool) enable monitor output ports on input ports */ SPA_PARAM_PORT_CONFIG_control, /**< (Bool) enable control ports */