Skip to content

Commit

Permalink
update doc/API
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Jun 26, 2024
1 parent 25cf18b commit ab444e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/API
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Oniguruma API Version 6.9.9 2022/10/28
Oniguruma API Version 6.9.10 2024/06/26

#include <oniguruma.h>

Expand Down Expand Up @@ -277,6 +277,7 @@ Oniguruma API Version 6.9.9 2022/10/28
# int onig_set_retry_limit_in_match_of_match_param(OnigMatchParam* mp, unsigned long limit)

Set a retry limit count of a match process.
0 means unlimited.

arguments
1 mp: match-param pointer
Expand Down Expand Up @@ -985,6 +986,7 @@ Oniguruma API Version 6.9.9 2022/10/28
# int onig_set_retry_limit_in_match(unsigned long limit)

Set the limit of retry counts in matching process.
0 means unlimited.

normal return: ONIG_NORMAL

Expand Down
4 changes: 3 additions & 1 deletion doc/API.ja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
鬼車インターフェース Version 6.9.9 2022/11/16
鬼車インターフェース Version 6.9.10 2024/05/26

#include <oniguruma.h>

Expand Down Expand Up @@ -275,6 +275,7 @@
# int onig_set_retry_limit_in_match_of_match_param(OnigMatchParam* mp, unsigned long limit)

一回のマッチでのリトライ数の制限値をセットする。
0は無制限を意味する。

引数
1 mp: マッチパラメタオブジェクトアドレス
Expand Down Expand Up @@ -987,6 +988,7 @@
# int onig_set_retry_limit_in_match(unsigned long limit)

一回のマッチング内でのリトライ数の制限値を指定する。
0は無制限を意味する。

正常終了戻り値: ONIG_NORMAL

Expand Down

0 comments on commit ab444e0

Please sign in to comment.