diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-02-20 16:23:12 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-02-20 16:23:12 +0000 |
commit | 3bc09025edc8d1b7a86b3ca5d08b1c0146950707 (patch) | |
tree | 9c770bacb21ecdd103b182bc2e308c384c04f9f7 /src/polyp/context.h | |
parent | 5d253cd30cd73dc8d159f198e2b63edbe1f971ab (diff) |
minor doxygen fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@526 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/context.h')
-rw-r--r-- | src/polyp/context.h | 3 |
1 files changed, 1 insertions, 2 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 */ |