X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebCtrlHitElementResult.h;h=0698376d864428e50172dde62b0bd4c43883c141;hb=63d044b184154f923ac4bc3341d8477b5b0dc468;hp=a22edd6ca1f293ec6622852c32f70cc1a5cf0528;hpb=532390cf38309eb554d601491a0bb1abea3af395;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebCtrlHitElementResult.h b/inc/FWebCtrlHitElementResult.h old mode 100755 new mode 100644 index a22edd6..0698376 --- a/inc/FWebCtrlHitElementResult.h +++ b/inc/FWebCtrlHitElementResult.h @@ -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 Web Controls Guide. * @@ -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;