Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlHitElementResult.h
old mode 100755 (executable)
new mode 100644 (file)
index ab907a1..0698376
@@ -47,7 +47,7 @@ namespace Tizen { namespace Web { namespace Controls
  *
  * @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;
 
@@ -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;