From 3bc09025edc8d1b7a86b3ca5d08b1c0146950707 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Feb 2006 16:23:12 +0000 Subject: minor doxygen fixes git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@526 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyp/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/polyp/def.h') diff --git a/src/polyp/def.h b/src/polyp/def.h index e94da253..2ce1bd0c 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; -- cgit