eolian generator: fix test reference files

This commit is contained in:
Daniel Kolesa 2015-11-10 16:07:41 +00:00
parent 8d19716865
commit f6de200c46
2 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ EAPI const Eo_Class *class_simple_class_get(void) EINA_CONST;
*
* @ingroup Class_Simple
*/
EOAPI Eina_Bool evas_obj_simple_a_set(int value);
EOAPI Eina_Bool evas_obj_simple_a_set(int value);
#endif
#ifdef CLASS_SIMPLE_BETA
@ -44,10 +44,10 @@ EOAPI Eina_Bool evas_obj_simple_a_set(int value);
*
* @ingroup Class_Simple
*/
EOAPI int evas_obj_simple_a_get(void);
EOAPI int evas_obj_simple_a_get(void);
#endif
EOAPI void evas_obj_simple_b_set(void);
EOAPI void evas_obj_simple_b_set(void);
#ifdef CLASS_SIMPLE_BETA
/**
@ -63,7 +63,7 @@ EOAPI void evas_obj_simple_b_set(void);
EOAPI char * evas_obj_simple_foo(int a, char *b, double *c);
#endif
EOAPI int evas_obj_simple_bar(int x);
EOAPI int evas_obj_simple_bar(int x);
#endif

View File

@ -90,7 +90,7 @@ EAPI const Eo_Class *docs_class_get(void) EINA_CONST;
*
* @ingroup Docs
*/
EOAPI void docs_prop_set(int val);
EOAPI void docs_prop_set(int val);
/**
* @brief Property common documentation.
@ -103,7 +103,7 @@ EOAPI void docs_prop_set(int val);
*
* @ingroup Docs
*/
EOAPI int docs_prop_get(void);
EOAPI int docs_prop_get(void);
/**
* @brief Method documentation.
@ -117,7 +117,7 @@ EOAPI int docs_prop_get(void);
*
* @ingroup Docs
*/
EOAPI int docs_meth(int a, float *b, long *c);
EOAPI int docs_meth(int a, float *b, long *c);
EOAPI extern const Eo_Event_Description _DOCS_EVENT_CLICKED;