summaryrefslogtreecommitdiff
path: root/libs/libltc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 06:27:24 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 06:30:11 +0200
commitfeb5d1261eb41548e44488bbe67df357b6de9a5f (patch)
tree01453d48a00f2d52966b76369f0cf79b3ebe110c /libs/libltc
parentc7be6f2330d60298cf28a979907d8a5feb433ef1 (diff)
Fix use of doxygen documented parameters in running text
Diffstat (limited to 'libs/libltc')
-rw-r--r--libs/libltc/ltc/ltc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libltc/ltc/ltc.h b/libs/libltc/ltc/ltc.h
index 5abbfa0607..e354996432 100644
--- a/libs/libltc/ltc/ltc.h
+++ b/libs/libltc/ltc/ltc.h
@@ -431,7 +431,7 @@ int ltc_decoder_free(LTCDecoder *d);
* @param d decoder handle
* @param buf pointer to ltcsnd_sample_t - unsigned 8 bit mono audio data
* @param size size number of samples to parse
- * @param posinfo (optional, recommended) sample-offset in the audio-stream. It is added to \ref off_start, \ref off_end in \ref LTCFrameExt and should be monotonic (ie incremented by \param size for every call to ltc_decoder_write)
+ * @param posinfo (optional, recommended) sample-offset in the audio-stream. It is added to \ref off_start, \ref off_end in \ref LTCFrameExt and should be monotonic (ie incremented by \p size for every call to ltc_decoder_write)
*/
void ltc_decoder_write(LTCDecoder *d,
ltcsnd_sample_t *buf, size_t size,