]> code.delx.au - pulseaudio/commitdiff
format: Add periods to fix brief documentation for pa_format_info_is_pcm()
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Mon, 12 Dec 2011 12:19:44 +0000 (13:19 +0100)
committerColin Guthrie <colin@mageia.org>
Mon, 12 Dec 2011 22:47:52 +0000 (22:47 +0000)
src/pulse/format.h

index fead1d83e9f68823676cb881fb35a097651fa6ca..4f7db656b08327c66403441d9493b72d0f216517 100644 (file)
@@ -77,7 +77,7 @@ typedef struct pa_format_info {
 /** Allocates a new \a pa_format_info structure. Clients must initialise at least the encoding field themselves. */
 pa_format_info* pa_format_info_new(void);
 
-/** Returns a new \a pa_format_info struct and representing the same format as \a src */
+/** Returns a new \a pa_format_info struct and representing the same format as \a src. */
 pa_format_info* pa_format_info_copy(const pa_format_info *src);
 
 /** Frees a \a pa_format_info structure */
@@ -86,7 +86,7 @@ void pa_format_info_free(pa_format_info *f);
 /** Returns non-zero when the format info structure is valid */
 int pa_format_info_valid(const pa_format_info *f);
 
-/** Returns non-zero when the format info structure represents a PCM (i.e. uncompressed data) format */
+/** Returns non-zero when the format info structure represents a PCM (i.e.\ uncompressed data) format. */
 int pa_format_info_is_pcm(const pa_format_info *f);
 
 /** Returns non-zero if the format represented by \a first is a subset of