From b8ce446c2b46cf9a2aee314d391091e617412a7b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 13 Oct 2014 14:56:19 +0900 Subject: [PATCH] ecore: Add more documentation for ecore_animator_source_set(). --- src/lib/ecore/Ecore_Common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index aa158c4e65..b45af6ce1f 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -2806,6 +2806,8 @@ EAPI double ecore_animator_pos_map_n(double pos, Ecore_Pos_Map map, int v_size, * that will be called to start and stop the ticking source, which when it * gets a "tick" should call ecore_animator_custom_tick() to make the "tick" * over 1 frame. + * + * @see ecore_animator_source_get() */ EAPI void ecore_animator_source_set(Ecore_Animator_Source source); -- 2.34.1