q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=aa5068d1e25a765e6fed868c603d919b3d0ad9f0

commit aa5068d1e25a765e6fed868c603d919b3d0ad9f0
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Mon Aug 15 12:50:52 2016 +0100

    eolian tests: fix reference file after beta in legacy change
---
 src/tests/eolian/data/class_simple_ref_legacy.h | 36 -------------------------
 1 file changed, 36 deletions(-)

diff --git a/src/tests/eolian/data/class_simple_ref_legacy.h 
b/src/tests/eolian/data/class_simple_ref_legacy.h
index 8ec66a6..d666d12 100644
--- a/src/tests/eolian/data/class_simple_ref_legacy.h
+++ b/src/tests/eolian/data/class_simple_ref_legacy.h
@@ -17,43 +17,7 @@ typedef Eo Class_Simple;
  *
  * @ingroup Class_Simple
  */
-
-/**
- * @brief Common desc for a
- *
- * comment a.set
- *
- * @param[in] value Value description
- *
- * @return comment for property set return
- *
- * @ingroup Class_Simple
- */
-EAPI Eina_Bool evas_object_simple_a_set(Class_Simple *obj, int value);
-
-/**
- * @brief Common desc for a
- *
- * @return Value description
- *
- * @ingroup Class_Simple
- */
-EAPI int evas_object_simple_a_get(const Class_Simple *obj);
 EAPI void evas_object_simple_b_set(Class_Simple *obj);
-
-/**
- * @brief comment foo
- *
- * @param[in] a a
- * @param[in,out] b
- * @param[out] c
- * @param[in] d
- *
- * @return comment for method return
- *
- * @ingroup Class_Simple
- */
-EAPI char *evas_object_simple_foo(Class_Simple *obj, int a, char *b, double 
*c, int *d);
 EAPI int *evas_object_simple_bar(Class_Simple *obj, int x);
 
 #endif

-- 


Reply via email to