mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-900 Fixed a doxygen warning
X-SVN-Rev: 9321
This commit is contained in:
parent
91c9ca5ddb
commit
eeb30be8b5
1 changed files with 7 additions and 0 deletions
|
@ -247,6 +247,13 @@ protected:
|
|||
Format& operator=(const Format&); // Does nothing; for subclasses
|
||||
|
||||
|
||||
/**
|
||||
* Simple function for initializing a UParseError from a UnicodeString.
|
||||
*
|
||||
* @param pattern The pattern to copy into the parseError
|
||||
* @param pos The position in pattern where the error occured
|
||||
* @param parseError The UParseError object to fill in
|
||||
*/
|
||||
inline void syntaxError(const UnicodeString& pattern,
|
||||
int32_t pos,
|
||||
UParseError& parseError){
|
||||
|
|
Loading…
Add table
Reference in a new issue