modify native API reference 80/112480/1
authorJongkyu Koo <jk.koo@samsung.com>
Wed, 1 Feb 2017 06:41:35 +0000 (15:41 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Wed, 1 Feb 2017 06:48:59 +0000 (22:48 -0800)
Change-Id: I7c8c7905a74c24e0a5b8741fe83df4d7a7fcee7b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
doc/phnumber_doc.h

index 23f5b7a0ebadd9162e602c89d9c8bd9357e3d528..67f276b2a66793abd22a7d54ff93ed37f6b198ee 100644 (file)
@@ -16,8 +16,8 @@
  * limitations under the License.
  *
  */
+
+
 #ifndef __TIZEN_TELEPHONY_PHONE_NUMBER_UTILS_DOC_H__
 #define __TIZEN_TELEPHONY_PHONE_NUMBER_UTILS_DOC_H__
 
  * The phonenumber utils API provides methods for parsing and formatting phone numbers.
  *
  * @section CAPI_TELEPHONY_INFORMATION_SIM_FEATURE Related Features
- * This API is related with the following feature: \n
+ * This API is related with the following feature:\n
  * - http://tizen.org/feature/network.telephony
- * It is recommended to design feature related codes in your application for reliability. \n
- * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application. \n
- * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK. \n
+ * It is recommended to design feature related codes in your application for reliability.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
+ * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
  * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/getting-started/native-application/understanding-tizen-programming/application-filtering"><b>Feature List</b>.</a>
  */