]> granicus.if.org Git - icu/commitdiff
ICU-10270 fix // comments in udat.h
authorSteven R. Loomis <srl@icu-project.org>
Tue, 3 Sep 2013 17:44:01 +0000 (17:44 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Tue, 3 Sep 2013 17:44:01 +0000 (17:44 +0000)
X-SVN-Rev: 34168

icu4c/source/i18n/unicode/udat.h

index 910ac0f78b31481b6ce2027a707a0c0272cfdea9..19b7a17c341d49ade6745f9a2102f22149c3ab37 100644 (file)
@@ -182,7 +182,7 @@ typedef enum UDateFormatStyle {
 #endif  /* U_HIDE_DRAFT_API */
 } UDateFormatStyle;
 
-// Skeletons for dates.
+/* Skeletons for dates. */
 
 /**
  * Constant for date skeleton with year.
@@ -331,7 +331,7 @@ typedef enum UDateFormatStyle {
  */
 #define UDAT_NUM_MONTH_WEEKDAY_DAY      "MEd"
 
-// Skeletons for times.
+/* Skeletons for times. */
 
 /**
  * Constant for date skeleton with hour, with the locale's preferred hour format (12 or 24).
@@ -390,7 +390,7 @@ typedef enum UDateFormatStyle {
  */
 #define UDAT_MINUTE_SECOND              "ms"
 
-// Skeletons for time zones.
+/* Skeletons for time zones. */
 
 #ifndef U_HIDE_DRAFT_API
 /**
@@ -443,7 +443,7 @@ typedef enum UDateFormatStyle {
 #define UDAT_ABBR_UTC_TZ "ZZZZ"
 #endif  /* U_HIDE_DRAFT_API */
 
-// deprecated skeleton constants
+/* deprecated skeleton constants */
 
 #ifndef U_HIDE_DEPRECATED_API 
 /**