Update comment for SetParentOrigin & SetAnchorPoint 98/99698/2
authorYoonsang Lee <yslee111@gmail.com>
Wed, 23 Nov 2016 23:22:16 +0000 (08:22 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Wed, 23 Nov 2016 23:23:23 +0000 (15:23 -0800)
- Add figures

Change-Id: I0df2ebc099570430598a956945dbad6926667bea

dali/public-api/actors/actor.h

index 79344e5..a4801c6 100644 (file)
@@ -536,6 +536,7 @@ public:
    * and (1.0, 1.0, 0.5) is the bottom-right corner.
    * The default parent-origin is Dali::ParentOrigin::TOP_LEFT (0.0, 0.0, 0.5).
    * An actor position is the distance between this origin, and the actors anchor-point.
+   * @image html parent-origin.png
    * @SINCE_1_0.0
    * @param [in] origin The new parent-origin.
    * @pre The Actor has been initialized.
@@ -563,6 +564,7 @@ public:
    * Dali::AnchorPoint::CENTER (0.5, 0.5, 0.5).
    * An actor position is the distance between its parent-origin, and this anchor-point.
    * An actor's orientation is the rotation from its default orientation, the rotation is centered around its anchor-point.
+   * @image html anchor-point.png
    * @SINCE_1_0.0
    * @param [in] anchorPoint The new anchor-point.
    * @pre The Actor has been initialized.