merge with master
[framework/osp/web.git] / inc / FWebCtrlHitElementResult.h
index 171b658..a22edd6 100755 (executable)
@@ -42,10 +42,10 @@ namespace Tizen { namespace Web { namespace Controls
 {
 
 /**
- * @class      HitElementResult
+ * @class              HitElementResult
  * @brief              This class provides methods to retrieve information from the HyperText Markup Language (HTML) element, pointed by the x and y coordinates.
  *
- * @since      2.0
+ * @since              2.0
  *
  * The %HitElementResult class provides methods to retrieve information from the HTML element, such as tag name, attributes and content.
  * @n
@@ -116,7 +116,7 @@ public:
         * @since               2.0
         *
         * @return      @c true if the element is an image element, @n
-        *                              else @c false
+        *                                      else @c false
         */
        bool HasImage(void) const;
 
@@ -126,7 +126,7 @@ public:
         * @since               2.0
         *
         * @return      @c true if there is a URL linked to the element, @n
-        *                              else @c false
+        *                                      else @c false
         */
        bool HasUrl(void) const;