Apply reviewed doxygen
[framework/osp/web.git] / inc / FWebCtrlIWebUiEventListener.h
index 96725d0..34f3ba5 100644 (file)
@@ -45,7 +45,8 @@ class _OSP_EXPORT_ IWebUiEventListener
 {
 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
         */
@@ -89,7 +90,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   source          The source of the event
+        * @param[in]   source                  The source of the event
         * @param[in]   startPoint              The starting point of the selected block
         * @param[in]   endPoint                The ending point of the selected block
         */
@@ -97,14 +98,14 @@ public:
 
        /**
         * Called just after the touch move event to determine whether the preventDefault() method is triggered or not. @n
-        * The application that wants to support W3C preventDefault() feature is recommended to use this callback and delay to handle the touch move event until this callback is received.
+        * The application that wants to support the W3C preventDefault() feature is recommended to use this callback and delay the handling of the touch move event until this callback is received.
         *
         * @since               2.1
         *
         * @param[in]   source          The source of the event
         * @param[in]   trigger         Set to @c true if the preventDefault() method is triggered, @n
-        *                                              else @c false
-        * @remarks                             This callback is always called just after the touch move event and returns @c true when preventDefault() is triggered on the touch start or touch move event.
+        *                                                  else @c false
+        * @remarks     This callback is always called just after the touch move event and returns @c true when preventDefault() is triggered on the touch start or touch move event.
         */
        virtual void OnWebPreventDefaultTriggered(Tizen::Web::Controls::Web& source, bool trigger) {};