Merge "Update to handle the FG/BG on AppControl response callback" into tizen
[platform/framework/native/appfw.git] / inc / FBaseUtilLinkInfo.h
index 5810aae..76343cc 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -78,7 +77,6 @@ public:
         * @param[in]   linkType    The link type
         * @param[in]   link        The link
         * @remarks     The link's @c text is set to the same string as @c link.
-        * @see         Tizen::Base::Utility::LinkType
         */
        LinkInfo(LinkType linkType, const Tizen::Base::String& link);
 
@@ -89,8 +87,7 @@ public:
         *
         * @param[in]   linkType    The link type
         * @param[in]   link        The link
-        * @param[in]   text        A string that represents the link
-        * @see         Tizen::Base::Utility::LinkType
+        * @param[in]   text        The string that represents the link
         */
        LinkInfo(LinkType linkType, const Tizen::Base::String& link, const Tizen::Base::String& text);
 
@@ -100,7 +97,7 @@ public:
         * @since 2.0
         *
         * @return      A reference to the calling instance
-        * @param[in]   rhs     An instance of %LinkInfo
+        * @param[in]   rhs     An instance of %LinkInfo to copy
         */
        LinkInfo& operator =(const LinkInfo& rhs);
 
@@ -131,7 +128,6 @@ public:
         *
         * @return      The link type
         * @see         SetLinkType()
-        * @see         Tizen::Base::Utility::LinkType
         */
        LinkType GetLinkType(void) const;
 
@@ -142,7 +138,6 @@ public:
         *
         * @param[in]   linkType    The link type
         * @see         GetLinkType()
-        * @see         Tizen::Base::Utility::LinkType
         */
        void SetLinkType(LinkType linkType);