Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlIJavaScriptBridge.h
old mode 100755 (executable)
new mode 100644 (file)
index 5651c75..9d30b61
@@ -36,11 +36,11 @@ namespace Tizen { namespace Web { namespace Controls
 
 /**
  * @interface  IJavaScriptBridge
- * @brief              This interface provides a communication channel between JavaScript and native object.
+ * @brief              This interface provides a communication channel between JavaScript and native object.
  *
  * @since              2.0
  *
- * The %IJavaScriptBridge interface provides a communication channel between JavaScript and native object.
+ * The %IJavaScriptBridge interface provides a communication channel between JavaScript and native object.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm">Web Controls Guide</a>.
  *
@@ -49,14 +49,15 @@ class _OSP_EXPORT_ IJavaScriptBridge
 {
 public:
        /**
-       * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+       * This polymorphic destructor should be overridden if required. @n
+       * This way, the destructors of the derived classes are called when the destructor of this interface is called.
        *
        * @since                        2.0
        */
        virtual ~IJavaScriptBridge(void) {}
 
        /**
-        * Called asynchronously on invocation request from JavaScript side through the requestToNative() method.
+        * Called asynchronously on an invocation request from JavaScript through the requestToNative() method.
         *
         * @since                       2.0
         *