%
% 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:
%
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% 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.
%