Fix doxygen format 02/167202/3
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 16 Jan 2018 06:48:11 +0000 (15:48 +0900)
committerSeungho BAEK <sbsh.baek@samsung.com>
Tue, 16 Jan 2018 07:21:20 +0000 (07:21 +0000)
 - modify "/*" to "/**" in render-task.h:485, 496

Change-Id: I4cf292a3dc544868dc17db1031e64ca8d5e20abf

dali/public-api/render-tasks/render-task.h

index 403f1b3..87d5e35 100644 (file)
@@ -482,7 +482,7 @@ public:
    */
   unsigned int GetRefreshRate() const;
 
-  /*
+  /**
    * @brief Gets viewport coordinates for given world position.
    *
    * @SINCE_1_1.13
@@ -493,7 +493,7 @@ public:
    */
   bool WorldToViewport(const Vector3 &position, float& viewportX, float& viewportY) const;
 
-  /*
+  /**
    * @brief Gets actor local coordinates for given viewport coordinates.
    *
    * @SINCE_1_1.13