From: anthony <anthony@git.imagemagick.org> Date: Wed, 10 Apr 2013 04:54:06 +0000 (+0000) Subject: minor docs X-Git-Tag: 7.0.1-0~3905 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ebd01a8d778e3851c7c5665beaa8a72d95bfc11;p=imagemagick minor docs --- diff --git a/MagickCore/artifact.c b/MagickCore/artifact.c index e42b73fae..958bfaf54 100644 --- a/MagickCore/artifact.c +++ b/MagickCore/artifact.c @@ -436,7 +436,7 @@ MagickExport void ResetImageArtifactIterator(const Image *image) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% SetImageArtifact() associates makes a copy of the given string value +% SetImageArtifact() associates makes a copy of the given string arguments % and inserts it into the artifact tree of the given image. % % The format of the SetImageArtifact method is: @@ -448,9 +448,9 @@ MagickExport void ResetImageArtifactIterator(const Image *image) % % o image: the image. % -% o artifact: the image artifact. +% o artifact: the image artifact key. % -% o values: the image artifact values. +% o value: the image artifact value. % */ MagickExport MagickBooleanType SetImageArtifact(Image *image,