summaryrefslogtreecommitdiff
path: root/libs/libltc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 04:45:59 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 04:45:59 +0200
commit959a37144b621e88a96bfac7b3dbfdd5bba8e179 (patch)
tree364b328928724c37284d3d2244e0ca8b2d23e723 /libs/libltc
parentf04092c0b16dc11c1d871bf59a8fe94c10cdb6e3 (diff)
Fix a few hundred doxygen warnings..
There are still over a hundred left, but this addresses many already. In particular @param references to undocumented parameters. Most notably in audio_backend.h
Diffstat (limited to 'libs/libltc')
-rw-r--r--libs/libltc/ltc/ltc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libltc/ltc/ltc.h b/libs/libltc/ltc/ltc.h
index 1f6eaffb6d..5abbfa0607 100644
--- a/libs/libltc/ltc/ltc.h
+++ b/libs/libltc/ltc/ltc.h
@@ -430,8 +430,8 @@ 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 \anchor 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 \ref size for every call to ltc_decoder_write)
+ * @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)
*/
void ltc_decoder_write(LTCDecoder *d,
ltcsnd_sample_t *buf, size_t size,