From 923e7c8b591622a985250410a1b45745d4619693 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 May 2021 10:13:56 +1000 Subject: [PATCH] doc: doxygen can't document a nonexisting enum --- src/pipewire/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/port.h b/src/pipewire/port.h index 03b1386b3..544b6850e 100644 --- a/src/pipewire/port.h +++ b/src/pipewire/port.h @@ -43,7 +43,7 @@ extern "C" { #define PW_VERSION_PORT 3 struct pw_port; -/** \enum pw_direction The direction of a port \memberof pw_introspect */ +/** The direction of a port */ #define pw_direction spa_direction #define PW_DIRECTION_INPUT SPA_DIRECTION_INPUT #define PW_DIRECTION_OUTPUT SPA_DIRECTION_OUTPUT