3.0 Native API reference english examination(2nd) 76/109176/1 accepted/tizen/3.0/common/20170110.161548 accepted/tizen/3.0/ivi/20170110.043725 accepted/tizen/3.0/mobile/20170110.043644 accepted/tizen/3.0/wearable/20170110.043659 submit/tizen_3.0/20170109.081808
authorJeesun Kim <iamjs.kim@samsung.com>
Mon, 9 Jan 2017 06:26:31 +0000 (15:26 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Mon, 9 Jan 2017 06:26:47 +0000 (15:26 +0900)
Change-Id: I298ef5d05f0a4595d102af9370438c536703443e

doc/contacts_doc.h

index fe4cfc1..fd7da2f 100644 (file)
@@ -17,7 +17,7 @@
  *
  */
 
+
 #ifndef __TIZEN_SOCIAL_CONTACTS_DOC_H__
 #define __TIZEN_SOCIAL_CONTACTS_DOC_H__
 
  * @endcode
  *
  * <table class="note">
- *    <tbody>
  *     <tr>
  *      <th class="note">Note</th>
  *     </tr>
  * &nbsp;&nbsp;&nbsp;3. Application may erase the image after destroying the contact record (contacts_record_destroy).<br/>
  *      </td>
  *     </tr>
- *    </tbody>
  * </table>
  * @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_RECORDS Records
  * In contacts-service, one of the basic concept is a record.
  * contacts_record_create(_contacts_address._uri, &address);
  * contacts_record_set_int(address, _contacts_address.contact_id, contact_id);
  * // Set other address properties
- * 
+ *
  * contacts_db_insert_record(address, &address_id);
  * @endcode
  * Having a record handle, you can access all records of a specific type related to the given record.
  * @endcode
  */
 
+
 #endif /* __TIZEN_SOCIAL_CONTACTS_DOC_H__ */