]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/measfmt.h
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / measfmt.h
index f3adae5d0395446a52d3b322277c6bc87c09fdd9..a5af55e9d53c33760c36002ea6261239679c3513 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2006, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
 
 #include "unicode/format.h"
 
+/**
+ * \file 
+ * \brief C++ API: Formatter for measure objects.
+ */
+
 U_NAMESPACE_BEGIN
 
 /**
+ * 
  * A formatter for measure objects.  This is an abstract base class.
  *
  * <p>To format or parse a measure object, first create a formatter
@@ -30,7 +36,7 @@ U_NAMESPACE_BEGIN
  *
  * @see Format
  * @author Alan Liu
- * @draft ICU 3.0
+ * @stable ICU 3.0
  */
 class U_I18N_API MeasureFormat : public Format {
 
@@ -42,7 +48,7 @@ class U_I18N_API MeasureFormat : public Format {
      * @param locale desired locale
      * @param ec input-output error code
      * @return a formatter object, or NULL upon error
-     * @draft ICU 3.0
+     * @stable ICU 3.0
      */
     static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
                                                UErrorCode& ec);
@@ -52,7 +58,7 @@ class U_I18N_API MeasureFormat : public Format {
      * locale.
      * @param ec input-output error code
      * @return a formatter object, or NULL upon error
-     * @draft ICU 3.0
+     * @stable ICU 3.0
      */
     static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
 
@@ -60,7 +66,7 @@ class U_I18N_API MeasureFormat : public Format {
 
     /**
      * Default constructor.
-     * @draft ICU 3.0
+     * @stable ICU 3.0
      */
     MeasureFormat();
 };