diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-23 10:56:24 -0800 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-11-23 10:56:24 -0800 |
commit | eb54eabdde91135a38bdaac11221a9c5b93c229f (patch) | |
tree | ab8b808c082b18a5b864e3d77ec3aac10acd6340 /include | |
parent | 6f030915cfad5d5f81bfbfbac7927b169a82ef41 (diff) |
added missing asterisk for doc
Diffstat (limited to 'include')
-rw-r--r-- | include/tinyalsa/pcm.h | 2 |
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. |