From 6e7e5d6fa0cfeba62dff6f3340db659d10ede98e Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Mon, 12 Dec 2011 13:19:44 +0100 Subject: [PATCH] format: Add periods to fix brief documentation for pa_format_info_is_pcm() --- src/pulse/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pulse/format.h b/src/pulse/format.h index fead1d8..4f7db65 100644 --- a/src/pulse/format.h +++ b/src/pulse/format.h @@ -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 -- 2.7.4