[elm_animator.c]
authorChunEon Park <chuneon.park@samsung.com>
Mon, 28 Jun 2010 08:06:24 +0000 (17:06 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Mon, 28 Jun 2010 08:06:24 +0000 (17:06 +0900)
src/lib/elm_animator.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 68b15da..67d21c2
@@ -2,7 +2,6 @@
 
 /**
  * @addtogroup Animator Animator
- * @ingroup Elementary
  *
  * Support basic animation functions for Evas_Object 
 */
@@ -110,6 +109,7 @@ _animator_curve_out(const double frame)
        return 1 - sqrt(1 - pow(frame, 2));
 }
 
+
 static void 
 _delete_animator(Elm_Animator* animator)
 {