aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-11-23 10:56:24 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-11-23 10:56:24 -0800
commiteb54eabdde91135a38bdaac11221a9c5b93c229f (patch)
treeab8b808c082b18a5b864e3d77ec3aac10acd6340 /include
parent6f030915cfad5d5f81bfbfbac7927b169a82ef41 (diff)
added missing asterisk for doc
Diffstat (limited to 'include')
-rw-r--r--include/tinyalsa/pcm.h2
1 files changed, 1 insertions, 1 deletions
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.