From: cristy Date: Sat, 23 Apr 2011 17:18:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df11e55f50d0a8dc1aee2f31377433a1d467c42b;p=imagemagick --- diff --git a/magick/token.c b/magick/token.c index 2afaf02fb..d318470e9 100644 --- a/magick/token.c +++ b/magick/token.c @@ -145,9 +145,9 @@ MagickExport TokenInfo *DestroyTokenInfo(TokenInfo *token_info) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% GetMagickToken() gets a token from the token stream. A token is defined as a -% sequence of characters delimited by whitespace (e.g. clip-path), a sequence -% delimited with quotes (.e.g "Quote me"), or a sequence enclosed in +% GetMagickToken() gets a token from the token stream. A token is defined as +% a sequence of characters delimited by whitespace (e.g. clip-path), a +% sequence delimited with quotes (.e.g "Quote me"), or a sequence enclosed in % parenthesis (e.g. rgb(0,0,0)). GetMagickToken() also recognizes these % separator characters: ':', '=', ',', and ';'. %