Fixed doxygen document.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Tue, 19 Mar 2013 05:51:22 +0000 (14:51 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Tue, 19 Mar 2013 05:51:22 +0000 (14:51 +0900)
Change-Id: I1e127fa8e861f6359c8b0cc16831a5b226c93189

inc/FUiCtrlForm.h
inc/FUiCtrlFrame.h
inc/FUiRelativeLayout.h

index f341fad..d05ae77 100644 (file)
@@ -365,10 +365,10 @@ public:
         */
        Tizen::Graphics::Rectangle GetClientAreaBounds(void) const;
 
-       /*
+       /**
         * Gets the bounds of the client area.
         *
-        * @since   2.0
+        * @since   2.1
         *
         * @return      The bounds of the client area
         * @remarks     The client area of the %Form control does not include the title, indicator, header and footer areas.
@@ -914,7 +914,7 @@ public:
         */
        OverlayRegion* GetOverlayRegionN(const Tizen::Graphics::Rectangle& rect, OverlayRegionType regionType);
 
-       /*
+       /**
         * Creates and returns an overlay region of the specified position and size. @n
         * Due to the hardware accelerated rendering, there are limitations for an overlay region. @n
         * The hardware capability for an overlay region is checked by using OverlayRegion::GetWidthUnit(), OverlayRegion::GetHeightUnit() and
@@ -973,10 +973,10 @@ public:
         */
        Tizen::Graphics::Point TranslateToClientAreaPosition(const Tizen::Graphics::Point& position) const;
 
-       /*
+       /**
         * Translates the specified position to the client coordinate.
         *
-        * @since       2.0
+        * @since       2.1
         *
         * @return      The position relative to the top-left corner of the client area, @n
         *                              else @c (-1,-1) if the instance is invalid
@@ -997,10 +997,10 @@ public:
         */
        Tizen::Graphics::Point TranslateFromClientAreaPosition(const Tizen::Graphics::Point& clientPosition) const;
 
-       /*
+       /**
         * Translates the specified client position to the control coordinate.
         *
-        * @since       2.0
+        * @since       2.1
         *
         * @return      The position relative to the top-left corner of the %Form control, @n
         *                              else @c (-1,-1) if the instance is invalid
index 9041399..0744eb4 100644 (file)
@@ -126,10 +126,10 @@ public:
         */
        result Construct(const Tizen::Graphics::Rectangle& rect);
 
-       /*
+       /**
         * Initializes this instance of %Frame with the specified position and size.
         *
-        * @since 2.0
+        * @since 2.1
         *
         * @return      An error code
         * @param[in]   rect    An instance of the FloatRectangle class @n
@@ -227,7 +227,7 @@ public:
         */
        result SetCurrentForm(const Form& form);
 
-       /*
+       /**
         * Sets the specified Form control as the current %Form of the %Frame control.
         *
         * @since               2.1
index 3baad96..d224fee 100644 (file)
@@ -248,7 +248,7 @@ public:
         */
        result SetRelation(Control& childControl, const Control& targetControl, RectangleEdgeRelation edgeRelation);
 
-       /*
+       /**
         * Sets the relation of the specified child control for the edge with other control.
         *
         * @since               2.1
@@ -330,7 +330,7 @@ public:
         */
        result SetMargin(Control& childControl, int left, int right, int top, int bottom);
 
-       /*
+       /**
         * Sets the margins of the specified control.
         *
         * @since               2.1
@@ -364,7 +364,7 @@ public:
         */
        result SetWidth(Control& childControl, int width);
 
-       /*
+       /**
         * Sets the width of the specified control to the fixed size.
         *
         * @since               2.1
@@ -409,7 +409,7 @@ public:
         */
        result SetHeight(Control& childControl, int height);
 
-       /*
+       /**
         * Sets the height of the specified control to the fixed size.
         *
         * @since               2.1