doc: doxygen can't document a nonexisting enum

This commit is contained in:
Peter Hutterer 2021-05-21 10:13:56 +10:00
parent 1567dd4e3a
commit 923e7c8b59

View file

@ -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