From 5ce04c14dd3dd3670cbdba82275a3a72c716ec6f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 3 Oct 2013 17:46:36 +0200 Subject: Use correct Doxygen syntax --- libavcodec/videodsp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/videodsp.h') diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index 7d785939f3..bd2f7635b4 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -54,9 +54,9 @@ typedef struct VideoDSPContext { /** * Prefetch memory into cache (if supported by hardware). * - * @buf pointer to buffer to prefetch memory from - * @stride distance between two lines of buf (in bytes) - * @h number of lines to prefetch + * @param buf pointer to buffer to prefetch memory from + * @param stride distance between two lines of buf (in bytes) + * @param h number of lines to prefetch */ void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); } VideoDSPContext; -- cgit v1.2.3