diff --git a/src/polyp/context.h b/src/polyp/context.h index a299400ae..db268759f 100644 --- a/src/polyp/context.h +++ b/src/polyp/context.h @@ -49,8 +49,7 @@ PA_C_DECL_BEGIN -/** \struct pa_context - * An opaque connection context to a daemon */ +/** An opaque connection context to a daemon */ typedef struct pa_context pa_context; /** Generic notification callback prototype */ diff --git a/src/polyp/def.h b/src/polyp/def.h index e94da2530..2ce1bd0c2 100644 --- a/src/polyp/def.h +++ b/src/polyp/def.h @@ -64,7 +64,7 @@ typedef enum pa_operation_state { /** An invalid index */ #define PA_INVALID_INDEX ((uint32_t) -1) -/** Some special flags for contexts. \ since 0.8 */ +/** Some special flags for contexts. \since 0.8 */ typedef enum pa_context_flags { PA_CONTEXT_NOAUTOSPAWN = 1 /**< Disabled autospawning of the polypaudio daemon if required */ } pa_context_flags_t;