]> granicus.if.org Git - icu/commitdiff
ICU-11221 Add comments to MeasureUnit generated code pointing to documentation on...
authorTravis Keep <keep94@gmail.com>
Thu, 4 Sep 2014 17:42:00 +0000 (17:42 +0000)
committerTravis Keep <keep94@gmail.com>
Thu, 4 Sep 2014 17:42:00 +0000 (17:42 +0000)
X-SVN-Rev: 36344

icu4c/source/i18n/measunit.cpp
icu4c/source/i18n/unicode/measunit.h

index 8fb941ed443e66e4f7871e83bd3735c815e4510e..a20e79c580bb7d195286ff30817d6e20fd816fd0 100644 (file)
@@ -23,6 +23,12 @@ U_NAMESPACE_BEGIN
 
 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MeasureUnit)
 
+// All code between the "Start generated code" comment and
+// the "End generated code" comment is auto generated code
+// and must not be edited manually. For instructions on how to correctly
+// update this code, refer to:
+// https://sites.google.com/site/icusite/design/formatting/measureformat/updating-measure-unit
+//
 // Start generated code
 
 static const int32_t gOffsets[] = {
index df7928f5391805afa58faab942ac022526071f12..07cdf22afbac65365b5b4a728b446eb5c7f15943 100644 (file)
@@ -186,6 +186,12 @@ class U_I18N_API MeasureUnit: public UObject {
     static int32_t getIndexCount();
 #endif /* U_HIDE_INTERNAL_API */
 
+// All code between the "Start generated createXXX methods" comment and
+// the "End generated createXXX methods" comment is auto generated code
+// and must not be edited manually. For instructions on how to correctly
+// update this code, refer to:
+// https://sites.google.com/site/icusite/design/formatting/measureformat/updating-measure-unit
+//
 // Start generated createXXX methods
 
 #ifndef U_HIDE_DRAFT_API