Minor documentation issue
Posted: 2009-02-09T04:26:29-07:00
Here is a patch against trunk:
Code: Select all
Index: magick-image.c
===================================================================
--- magick-image.c (revision 14016)
+++ magick-image.c (working copy)
@@ -3090,13 +3090,15 @@
% const MagickFunction function,const unsigned long number_arguments,
% const double *arguments)
% MagickBooleanType MagickFunctionImageChannel(MagickWand *wand,
-% const MagickFunction function,const unsigned long number_arguments,
-% const double *arguments)
+% const ChannelType channel,const MagickFunction function,
+% const unsigned long number_arguments,const double *arguments)
%
% A description of each parameter follows:
%
% o wand: the magick wand.
%
+% o channel: the channel(s).
+%
% o function: the image function.
%
% o number_arguments: the number of function arguments.