From eeb30be8b51682336a9b7354bd43561bf7e1b74b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 24 Jul 2002 22:07:18 +0000 Subject: [PATCH] ICU-900 Fixed a doxygen warning X-SVN-Rev: 9321 --- icu4c/source/i18n/unicode/format.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/icu4c/source/i18n/unicode/format.h b/icu4c/source/i18n/unicode/format.h index aa4ce10080b..765bedf5b3d 100644 --- a/icu4c/source/i18n/unicode/format.h +++ b/icu4c/source/i18n/unicode/format.h @@ -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){