ICU-900 Fixed a doxygen warning

X-SVN-Rev: 9321
This commit is contained in:
George Rhoten 2002-07-24 22:07:18 +00:00
parent 91c9ca5ddb
commit eeb30be8b5

View File

@ -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){