From 9aaf02bcd6d69e48e4b291614967cca2f413f8d2 Mon Sep 17 00:00:00 2001 From: Karthik Bhat Date: Thu, 17 Dec 2015 19:08:59 +0530 Subject: [PATCH] Update Documentation for APIChecker. Update documentation to reflect the option being displayed by updated APIChecker. Change-Id: Iccc5c39301f310c77269c039cb9e0846b20f3d79 Signed-off-by: Karthik Bhat --- org.tizen.devtools/html/native_tools/api_privilege_checker_n.htm | 2 +- .../html/native/process/setting_properties_n.htm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/api_privilege_checker_n.htm b/org.tizen.devtools/html/native_tools/api_privilege_checker_n.htm index 400b70f..f55743d 100644 --- a/org.tizen.devtools/html/native_tools/api_privilege_checker_n.htm +++ b/org.tizen.devtools/html/native_tools/api_privilege_checker_n.htm @@ -24,7 +24,7 @@

API and Privilege Checker

The Tizen IDE provides the API and privilege checker tool to identify potential problems in the application code related to API and privilege usage.

-

In project properties, you can enable the checker during the building process or code editing stage. You can also perform the checks manually in the Project Explorer view by choosing a project, opening the context menu, and selecting Check API and Privilege Violations.

+

In project properties, you can enable the checker during the building process or code editing stage. You can also perform the checks manually in the Project Explorer view by choosing a project, opening the context menu, and selecting Check API and Privilege Violations With Build.

The results of the check are displayed in the Problems view. The following tables define the different alarms that the checks can generate.

diff --git a/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm b/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm index bfd6805..8285861 100644 --- a/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm +++ b/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm @@ -69,10 +69,10 @@

To perform API usage checks automatically, select the required option in the Launching panel:

    -
  • During the build process, select the Run API and privilege checks with build option.
  • +
  • During the build process, select the Run API and privilege checks with build option.
  • During code editing, select the Run API and privilege checks while editing option.
-

You can also perform the API usage checks manually after building the application by selecting Project > Check API and Privilege Violations. The results are displayed in the Problems view.

+

You can also perform the API usage checks manually after building the application by selecting Project > Check API and Privilege Violations With Build. The results are displayed in the Problems view.

@@ -90,10 +90,10 @@

To perform privilege checks automatically, select the required option in the Launching panel:

    -
  • During the build process, select the Run API and privilege checks with build option.
  • +
  • During the build process, select the Run API and privilege checks with build option.
  • During code editing, select the Run API and privilege checks while editing option.
-

You can also perform privilege checks manually after building the application by selecting Project > Check API and Privilege Violations. The results are displayed in the Problems view.

+

You can also perform privilege checks manually after building the application by selecting Project > Check API and Privilege Violations With Build. The results are displayed in the Problems view.

Setting the Application Manifest

-- 2.7.4
Note