提交 64763398 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #4 in FS/freeswitch from…

Merge pull request #4 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:doxygen-switch_regex.h-2 to master

* commit '35755d37':
  Fixed parameter name of variable in switch_regex_match_partial. #doxygen
......@@ -65,7 +65,7 @@ SWITCH_DECLARE(switch_status_t) switch_regex_match(const char *target, const cha
\brief Function to evaluate an expression against a string
\param target The string to find a match in
\param expression The regular expression to run against the string
\param partial If non-zero returns SUCCESS if the target is a partial match, on successful return, this is set to non-zero if the match was partial and zero if it was a full match
\param partial_match If non-zero returns SUCCESS if the target is a partial match, on successful return, this is set to non-zero if the match was partial and zero if it was a full match
\return Boolean if a match was found or not
*/
SWITCH_DECLARE(switch_status_t) switch_regex_match_partial(const char *target, const char *expression, int *partial_match);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论