Add floating point method to doxygen
authorHyun Lee <hyunn.lee@samsung.com>
Thu, 28 Mar 2013 06:04:01 +0000 (15:04 +0900)
committerHyun Lee <hyunn.lee@samsung.com>
Thu, 28 Mar 2013 06:04:01 +0000 (15:04 +0900)
Change-Id: I367e7d94b66e4753cdacd7c0e8c8d1ccd85e6e5a
Signed-off-by: Hyun Lee <hyunn.lee@samsung.com>
inc/FWebCtrlIWebUiEventListenerF.h
inc/FWebCtrlWeb.h

index 57b8124..4e21604 100755 (executable)
@@ -15,7 +15,7 @@
 // limitations under the License.\r
 //\r
 \r
-/*\r
+/**\r
 * @file            FWebCtrlIWebUiEventListenerF.h\r
 * @brief                     This is the header file for the %IWebUiEventListenerF interface.\r
 *\r
@@ -31,7 +31,7 @@
 namespace Tizen { namespace Web { namespace Controls\r
 {\r
 \r
-/*\r
+/**\r
 * @interface   IWebUiEventListenerF\r
 * @brief               This interface is used for receiving user interface (UI) related events caused by the layout changes of a control.\r
 *\r
@@ -44,14 +44,14 @@ class _OSP_EXPORT_ IWebUiEventListenerF
            : public virtual Tizen::Base::Runtime::IEventListener\r
 {\r
 public:\r
-       /*\r
+       /**\r
         * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.\r
         *\r
         * @since               2.1\r
         */\r
        virtual ~IWebUiEventListenerF (void) {}\r
 \r
-       /*\r
+       /**\r
         * Called when the layout of a page is updated. @n\r
         * The application must call Tizen::Ui::Control::Show() if the screen needs to be updated.\r
         *\r
@@ -61,7 +61,7 @@ public:
         */\r
        virtual void OnWebPageShowRequested(Tizen::Web::Controls::Web& source) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when a request for creating a new window is received. @n\r
         * The returned %Web control instance must be constructed by using a child window's Construct() method.\r
         *\r
@@ -71,7 +71,7 @@ public:
         */\r
        virtual Tizen::Web::Controls::Web* OnWebWindowCreateRequested(void) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when a request for closing the window is received. @n\r
         * This event is called from the parent window's listener that invoked the child window. @n\r
         * The application must free the resource allocated for the %Web Control.\r
@@ -82,7 +82,7 @@ public:
         */\r
        virtual void OnWebWindowCloseRequested(Tizen::Web::Controls::Web& source) = 0;\r
 \r
-       /*\r
+       /**\r
         * Called when the selected block of a page is updated.\r
         *\r
         * @since               2.1\r
index 19877a5..e37554b 100755 (executable)
@@ -159,7 +159,7 @@ public:
         */
        result Construct(const Tizen::Graphics::Rectangle& rect);
 
-       /*
+       /**
         * Initializes this instance of the %Web control with the specified parameters.
         *
         * @since               2.1
@@ -400,7 +400,7 @@ public:
         */
        Tizen::Web::Controls::HitElementResult* GetElementByPointN(const Tizen::Graphics::Point& point) const;
 
-       /*
+       /**
         * Gets the information of the element pointed by the specified coordinates.
         *
         * @since               2.1
@@ -528,7 +528,7 @@ public:
         */
        result SetBlockSelectionPosition(const Tizen::Graphics::Point& startPoint);
 
-       /*
+       /**
         * Sets the starting point for the text selection block. @n
         * It sets the selection block around the nearest word bound.
         *
@@ -565,7 +565,7 @@ public:
         */
        result GetBlockRange(Tizen::Graphics::Point& startPoint, Tizen::Graphics::Point& endPoint) const;
 
-       /*
+       /**
         * Gets the starting point and the ending point of the selected text block. @n
         * When this method is called without the selection block, the startPoint and endPoint have (0.0,0.0) values for the x and y coordinates.
         *
@@ -620,7 +620,7 @@ public:
         */
        void SetWebUiEventListener(Tizen::Web::Controls::IWebUiEventListener* pUiEventListener);
 
-       /*
+       /**
         * Registers a user interface (UI) event listener.
         *
         * @since               2.1