%
% The format of the NewPixelRegionIterator method is:
%
-% PixelIterator NewPixelRegionIterator(MagickWand *wand,const ssize_t x,
+% PixelIterator *NewPixelRegionIterator(MagickWand *wand,const ssize_t x,
% const ssize_t y,const size_t width,const size_t height)
%
% A description of each parameter follows:
%
% The format of the PixelSetColorFromWand method is:
%
-% PixelSetColorFromWand(PixelWand *wand,const PixelWand *color)
+% void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color)
%
% A description of each parameter follows:
%