mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
doc: doxygen can't document a nonexisting enum
This commit is contained in:
parent
1567dd4e3a
commit
923e7c8b59
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue