From eb54eabdde91135a38bdaac11221a9c5b93c229f Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Wed, 23 Nov 2016 10:56:24 -0800 Subject: added missing asterisk for doc --- include/tinyalsa/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index 30d6da1..56cae09 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -69,7 +69,7 @@ extern "C" { */ #define PCM_NOIRQ 0x00000002 -/* When set, calls to @ref pcm_write +/** When set, calls to @ref pcm_write * for a playback stream will not attempt * to restart the stream in the case of an * underflow, but will return -EPIPE instead. -- cgit v1.2.3