[pulseaudio-discuss] [PATCH] fix unresolved doxygen link pa_port_available_t
Peter Meerwald
pmeerw at pmeerw.net
Mon Dec 12 04:19:46 PST 2011
From: Peter Meerwald <p.meerwald at bct-electronic.com>
---
src/pulse/introspect.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index afa4e8e..b1fd6d4 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -202,7 +202,7 @@ typedef struct pa_sink_port_info {
const char *name; /**< Name of this port */
const char *description; /**< Description of this port */
uint32_t priority; /**< The higher this value is the more useful this port is as a default */
- int available; /**< A \link pa_port_available_t, indicating availability status of this port. \since 2.0 */
+ int available; /**< A flags (see #pa_port_available),indicating availability status of this port. \since 2.0 */
} pa_sink_port_info;
/** Stores information about sinks. Please note that this structure
@@ -282,7 +282,7 @@ typedef struct pa_source_port_info {
const char *name; /**< Name of this port */
const char *description; /**< Description of this port */
uint32_t priority; /**< The higher this value is the more useful this port is as a default */
- int available; /**< A \link pa_port_available_t, indicating availability status of this port. \since 2.0 */
+ int available; /**< A flags (see #pa_port_available) indicating availability status of this port. \since 2.0 */
} pa_source_port_info;
/** Stores information about sources. Please note that this structure
--
1.7.4.1
More information about the pulseaudio-discuss
mailing list