Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlHitElementResult.h
old mode 100755 (executable)
new mode 100644 (file)
index a22edd6..0698376
@@ -42,12 +42,12 @@ 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.
+ * The %HitElementResult class provides methods to retrieve information such as tag name, attributes and content from the HTML element.
  * @n
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm">Web Controls Guide</a>.
  *
@@ -79,7 +79,7 @@ public:
         * @since               2.0
         *
         * @return      The value of the specified attribute
-        * @param[in]   attributeName                   The name of attribute
+        * @param[in]   attributeName                   The name of the attribute
         */
        Tizen::Base::String GetAttributeValue(const Tizen::Base::String& attributeName) const;
 
@@ -97,7 +97,7 @@ public:
        *
        * @since                2.0
        *
-       * @return       The URL linked to the element
+       * @return               The URL linked to the element
        */
        Tizen::Base::String GetUrl(void) const;
 
@@ -115,7 +115,7 @@ public:
         *
         * @since               2.0
         *
-        * @return      @c true if the element is an image element, @n
+        * @return              @c true if the element is an image element, @n
         *                                      else @c false
         */
        bool HasImage(void) const;
@@ -125,8 +125,8 @@ public:
         *
         * @since               2.0
         *
-        * @return      @c true if there is a URL linked to the element, @n
-        *                                      else @c false
+        * @return              @c true if there is a URL linked to the element, @n
+        *                              else @c false
         */
        bool HasUrl(void) const;