]> granicus.if.org Git - icu/commitdiff
ICU-7912 one more update to fix untagged items..
authorSteven R. Loomis <srl@icu-project.org>
Fri, 6 Sep 2013 05:04:54 +0000 (05:04 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Fri, 6 Sep 2013 05:04:54 +0000 (05:04 +0000)
X-SVN-Rev: 34216

icu4c/source/i18n/unicode/fmtable.h

index 2941a46d0c48435c9befc0a69cd0859e343b0c23..2f6977db77552b9e38d790152e144b29a53ddd77 100644 (file)
@@ -622,6 +622,7 @@ public:
      * Convert this object pointer to a UFormattable.
      * @return this object as a UFormattable pointer.   This is an alias to the original UFormattable,
      * and so is only valid while the original argument remains in scope.
+     * @draft ICU 52
      */
     inline UFormattable *toUFormattable();
 
@@ -663,6 +664,7 @@ public:
      * Internal function to return the CharString pointer.
      * @param status error code
      * @return pointer to the CharString - may become invalid if the object is modified
+     * @internal
      */
     CharString *internalGetCharString(UErrorCode &status);