Fix native api reference warnings 90/99090/1
authorHyunjee Kim <hj0426.kim@samsung.com>
Tue, 22 Nov 2016 01:34:41 +0000 (10:34 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Tue, 22 Nov 2016 01:36:49 +0000 (10:36 +0900)
Change-Id: I96eabb81ece7051f6008e3139246fe18a16b682d
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
src/include/cleaned/utils_i18n_ustring.h
src/include/utils_i18n.h

index ce2d8388c0f74fc3b92f3342717824d3b2383adf..ad1bbe8ec1cf9ea191d9b1f85b45fa30c67a0d0f 100644 (file)
@@ -1121,7 +1121,7 @@ i18n_uchar *i18n_ustring_from_UTF8(i18n_uchar *dest, int32_t dest_capacity, int3
  * A substitution character can be any valid Unicode code point (up to U+10FFFF) except for surrogate code points (U+D800..U+DFFF).
  * The recommended value is U+FFFD "REPLACEMENT CHARACTER".
  * @param[out] num_substitutions Output parameter receiving the number of substitutions if sub_char>=0. Set to 0 if no substitutions occur or sub_char<0. num_substitutions can be NULL.
- * @param[out] error_codeMust be a valid pointer to an error code value,
+ * @param[out] error_code Must be a valid pointer to an error code value,
  * which must not indicate a failure before the function call.
  * @return The pointer to destination buffer.
  * @exception #I18N_ERROR_NONE Success
index 55a8cff5573028ff1fad4633415e2b784bf25497..8694d84aae75e6ae5991b95105c7b47b6226121e 100644 (file)
@@ -2257,11 +2257,6 @@ extern "C" {
  * </tr>
  * <tr>
  *       <td>@ref CAPI_BASE_UTILS_I18N_MEASURE_UNIT_MODULE</td>
- *       <td>#i18n_measure_unit_create_mile_per_gallon_imperial</td>
- *       <td>createMilePerGallonImperial</td>
- * </tr>
- * <tr>
- *       <td>@ref CAPI_BASE_UTILS_I18N_MEASURE_UNIT_MODULE</td>
  *       <td>#i18n_measure_unit_create_bit</td>
  *       <td>createBit</td>
  * </tr>
@@ -2956,7 +2951,6 @@ extern "C" {
  *       <td>u_shapeArabic</td>
  * </tr>
  * <tr>
- * <tr>
  *       <td>@ref CAPI_BASE_UTILS_I18N_UTMSCALE_MODULE</td>
  *       <td>#i18n_utmscale_get_time_scale_value</td>
  *       <td>utmscale_getTimeScaleValue</td>