Fix a few hundred doxygen warnings..
[ardour.git] / libs / libltc / ltc / ltc.h
index 1f6eaffb6d8b70f734a7c893e0cf0e711a142ecb..5abbfa060770eb9a2ba09582f19b35d94111f56b 100644 (file)
@@ -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,