]> code.delx.au - pulseaudio/commitdiff
minor doxygen fixes
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Feb 2006 16:23:12 +0000 (16:23 +0000)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Feb 2006 16:23:12 +0000 (16:23 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@526 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/polyp/context.h
src/polyp/def.h

index a299400ae696dcb8b5fb0464f661754044a812a1..db268759faa04ba98a56ace7b225afc82f831688 100644 (file)
@@ -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 */
index e94da25309faee147dce9c11f769bf4d5c74813a..2ce1bd0c2949f909901f995b3fd7f06ed1c6186c 100644 (file)
@@ -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;