]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 7 Apr 2014 20:48:46 +0000 (20:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 7 Apr 2014 20:48:46 +0000 (20:48 +0000)
MagickCore/string.c

index 1db06c6256f618b88a906491d55d1d165f3dfb61..85d2f642c5a72aa85cc50fe70f296a238ad696f5 100644 (file)
@@ -2247,7 +2247,8 @@ MagickExport char **StringToArgv(const char *text,int *argc)
 %
 %  The format of the StringToArrayOfDoubles method is:
 %
-%     double *StringToArrayOfDoubles(const char *string,size_t *count)
+%     double *StringToArrayOfDoubles(const char *string,size_t *count,
+%       ExceptionInfo *exception)
 %
 %  A description of each parameter follows:
 %
@@ -2332,7 +2333,7 @@ MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  StringToken() Looks for any one of given delimiters and splits the string
+%  StringToken() looks for any one of given delimiters and splits the string
 %  into two separate strings by replacing the delimiter character found with a
 %  nul character.
 %