# HG changeset patch # User diego # Date 1278067769 0 # Node ID 8b14bef3cce2fb79f104e3b9c5f055c71f84ac62 # Parent 5b48605dcf3d8df29610482bec111cd1eb7c0a32 Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each. diff -r 5b48605dcf3d -r 8b14bef3cce2 pixdesc.h --- a/pixdesc.h Thu Jul 01 18:49:44 2010 +0000 +++ b/pixdesc.h Fri Jul 02 10:49:29 2010 +0000 @@ -97,7 +97,7 @@ * pixel format component c to dst. * * @param data the array containing the pointers to the planes of the image - * @param linesizes the array containing the linesizes of the image + * @param linesize the array containing the linesizes of the image * @param desc the pixel format descriptor for the image * @param x the horizontal coordinate of the first pixel to read * @param y the vertical coordinate of the first pixel to read @@ -118,7 +118,7 @@ * @param src array containing the values to write * @param data the array containing the pointers to the planes of the * image to write into. It is supposed to be zeroed. - * @param linesizes the array containing the linesizes of the image + * @param linesize the array containing the linesizes of the image * @param desc the pixel format descriptor for the image * @param x the horizontal coordinate of the first pixel to write * @param y the vertical coordinate of the first pixel to write