summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 16:23:12 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 16:23:12 +0000
commit3bc09025edc8d1b7a86b3ca5d08b1c0146950707 (patch)
tree9c770bacb21ecdd103b182bc2e308c384c04f9f7 /src
parent5d253cd30cd73dc8d159f198e2b63edbe1f971ab (diff)
minor doxygen fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@526 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/polyp/context.h3
-rw-r--r--src/polyp/def.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/polyp/context.h b/src/polyp/context.h
index a299400a..db268759 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 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;