On 2013-09-18 15:39, Luca Barbato wrote:
@param was forgotten.
videodsp: doxy: Use correct @param syntax
--- 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
*/
Please vertically align while you're at it.
LGTM otherwise.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel