Fix API reference error 56/219856/1 accepted/tizen/5.0/unified/20191212.064856 submit/tizen_5.0/20191211.052625
authorsinikang <sinikang@samsung.com>
Wed, 11 Dec 2019 03:16:21 +0000 (12:16 +0900)
committerShinhui Kang <sinikang@samsung.com>
Wed, 11 Dec 2019 03:25:17 +0000 (03:25 +0000)
 - remove <thead> <tbody> tag
 - add % for privilege link disabled

Change-Id: I2886abdfd0dc53a598d41fd576c2045a1a4ab81c
Signed-off-by: sinikang <sinikang@samsung.com>
include/telephony_modem.h
include/telephony_sim.h

index c37b6a1..887f9ee 100644 (file)
@@ -58,19 +58,16 @@ typedef enum {
  * @remarks  Since 5.5, privilege level and return type are changed.<br>
 The following table shows the impact of changes:
 <table>
-<thead>
 <tr>
        <th style='text-align:center;'> Version </th>
        <th style='text-align:center;'> 5.0 and lower </th>
        <th style='text-align:center;'> 5.5 and higher </th>
        <th style='text-align:center;'> Remarks </th>
        </tr>
-</thead>
-<tbody>
        <tr>
                <td>Privilege</td>
-               <td>http://tizen.org/privilege/telephony</td>
-               <td>http://tizen.org/privilege/securesysteminfo</td>
+               <td>%http://tizen.org/privilege/telephony</td>
+               <td>%http://tizen.org/privilege/securesysteminfo</td>
                 <td>The required privilege is changed.</td>
        </tr>
        <tr>
@@ -85,7 +82,6 @@ The following table shows the impact of changes:
                <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
                 <td> If the application doesn't have the required privilege,  the error is returned.
        </tr>
-       </tbody>
 </table>
  * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
  *
@@ -136,19 +132,16 @@ int telephony_modem_get_power_status(telephony_h handle, telephony_modem_power_s
  * @remarks  Since 5.5, privilege level and return type are changed.<br>
 The following table shows the impact of changes:
 <table>
-<thead>
 <tr>
        <th style='text-align:center;'> Version </th>
        <th style='text-align:center;'> 5.0 and lower </th>
        <th style='text-align:center;'> 5.5 and higher </th>
        <th style='text-align:center;'> Remarks </th>
        </tr>
-</thead>
-<tbody>
        <tr>
                <td>Privilege</td>
-               <td>http://tizen.org/privilege/telephony</td>
-               <td>http://tizen.org/privilege/securesysteminfo</td>
+               <td>%http://tizen.org/privilege/telephony</td>
+               <td>%http://tizen.org/privilege/securesysteminfo</td>
                 <td>The required privilege is changed.</td>
        </tr>
        <tr>
@@ -163,7 +156,6 @@ The following table shows the impact of changes:
                <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
                 <td> If the application doesn't have the required privilege,  the error is returned.
        </tr>
-       </tbody>
 </table>
  * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
  *
index 491cf7e..d3a5305 100644 (file)
@@ -80,19 +80,16 @@ typedef enum {
  * @remarks  Since 5.5, privilege level and return type are changed.<br>
 The following table shows the impact of changes:
 <table>
-<thead>
 <tr>
        <th style='text-align:center;'> Version </th>
        <th style='text-align:center;'> 5.0 and lower </th>
        <th style='text-align:center;'> 5.5 and higher </th>
        <th style='text-align:center;'> Remarks </th>
        </tr>
-</thead>
-<tbody>
        <tr>
                <td>Privilege</td>
-               <td>http://tizen.org/privilege/telephony</td>
-               <td>http://tizen.org/privilege/securesysteminfo</td>
+               <td>%http://tizen.org/privilege/telephony</td>
+               <td>%http://tizen.org/privilege/securesysteminfo</td>
                 <td>The required privilege is changed.</td>
        </tr>
        <tr>
@@ -107,7 +104,6 @@ The following table shows the impact of changes:
                <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
                 <td> If the application doesn't have the required privilege,  the error is returned.
        </tr>
-       </tbody>
 </table>
  * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
  *