diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 22:19:08 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 22:19:08 +0100 |
commit | 81f65b49e828952d496c80a991397fdac96feea9 (patch) | |
tree | 1256d7d214a97a3c130dc921323392a7f25c2c21 /doc/API | |
parent | 4abcda3c3b7d9cb44036840ec0af01d5294dedc5 (diff) |
New upstream version 6.1.2upstream/6.1.2
Diffstat (limited to 'doc/API')
-rw-r--r-- | doc/API | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -432,9 +432,9 @@ Oniguruma API Version 6.1.0 2016/08/22 1 region: match region data. 2 at: callback position. - ONIG_TRAVERSE_CALLBACK_AT_FIRST: callback first, then traverse childs. - ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse childs first, then callback. - ONIG_TRAVERSE_CALLBACK_AT_BOTH: callback first, then traverse childs, + ONIG_TRAVERSE_CALLBACK_AT_FIRST: callback first, then traverse children. + ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse children first, then callback. + ONIG_TRAVERSE_CALLBACK_AT_BOTH: callback first, then traverse children, and at last callback again. 3 func: callback function. @@ -553,7 +553,7 @@ Oniguruma API Version 6.1.0 2016/08/22 2 op, op2, behavior, options: value of element. -# void onig_copy_encoding(OnigEncoding to, OnigOnigEncoding from) +# void onig_copy_encoding(OnigEncoding to, OnigEncoding from) Copy encoding. |