diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-22 10:20:15 -0500 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2018-12-22 10:20:15 -0500 |
commit | 3e06adbab73369ece01493c5e1cb982d7677b307 (patch) | |
tree | 58e6ee4f036d31595187808da00845a5b333cea9 /include | |
parent | ddada582fb668593e40460ebfc9aa9fe54e2a4d8 (diff) |
Fixed some doxygen references.
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 c68a77d..9b22c55 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -88,7 +88,7 @@ extern "C" { */ #define PCM_MONOTONIC 0x00000008 -/** If used with @pcm_open and @pcm_params_get, +/** If used with @ref pcm_open and @ref pcm_params_get, * it will not cause the function to block if * the PCM is not available. It will also cause * the functions @ref pcm_readi and @ref pcm_writei |