[polypaudio-commits] r526 - in /trunk/src/polyp: context.h def.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Mon Feb 20 08:23:13 PST 2006
Author: lennart
Date: Mon Feb 20 17:23:12 2006
New Revision: 526
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=526&root=polypaudio&view=rev
Log:
minor doxygen fixes
Modified:
trunk/src/polyp/context.h
trunk/src/polyp/def.h
Modified: trunk/src/polyp/context.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/context.h?rev=526&root=polypaudio&r1=525&r2=526&view=diff
==============================================================================
--- trunk/src/polyp/context.h (original)
+++ trunk/src/polyp/context.h Mon Feb 20 17:23:12 2006
@@ -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 */
Modified: trunk/src/polyp/def.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/def.h?rev=526&root=polypaudio&r1=525&r2=526&view=diff
==============================================================================
--- trunk/src/polyp/def.h (original)
+++ trunk/src/polyp/def.h Mon Feb 20 17:23:12 2006
@@ -64,7 +64,7 @@
/** 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;
More information about the pulseaudio-commits
mailing list