mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-20309 UCONFIG_NO_CONVERSION block should include the doxygen doc for uregex_openC
This commit is contained in:
parent
b0d572c7f1
commit
0a258170f9
1 changed files with 1 additions and 1 deletions
|
@ -167,6 +167,7 @@ uregex_openUText(UText *pattern,
|
|||
UParseError *pe,
|
||||
UErrorCode *status);
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
/**
|
||||
* Open (compile) an ICU regular expression. The resulting regular expression
|
||||
* handle can then be used to perform various matching operations.
|
||||
|
@ -190,7 +191,6 @@ uregex_openUText(UText *pattern,
|
|||
*
|
||||
* @stable ICU 3.0
|
||||
*/
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
U_STABLE URegularExpression * U_EXPORT2
|
||||
uregex_openC( const char *pattern,
|
||||
uint32_t flags,
|
||||
|
|
Loading…
Add table
Reference in a new issue