From: woochan lee Date: Fri, 10 Apr 2015 05:01:08 +0000 (+0900) Subject: Delete whitespaces, fix indentation in header, eo files X-Git-Tag: v1.14.0-beta1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81628abe9fe0ade915ea507e885ea8e3580ac660;p=platform%2Fupstream%2Fefl.git Delete whitespaces, fix indentation in header, eo files Summary: Delete whitespaces, fix indentation in header, eo files Reviewers: cedric, raster, Hermet Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2305 --- diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h index 6fff199..7d2dab8 100644 --- a/src/lib/edje/Edje_Common.h +++ b/src/lib/edje/Edje_Common.h @@ -977,7 +977,7 @@ typedef struct _Edje_Entry_Change_Info Edje_Entry_Change_Info; /** * @typedef Edje_Text_Filter_Type - * + * * All Edje text filters type values. */ typedef enum _Edje_Text_Filter_Type @@ -990,7 +990,7 @@ typedef enum _Edje_Text_Filter_Type /** * @typedef Edje_Text_Autocapital_Type * - * All Text auto capital mode type values + * All Text auto capital mode type values * */ typedef enum _Edje_Text_Autocapital_Type @@ -1003,7 +1003,7 @@ typedef enum _Edje_Text_Autocapital_Type /** * @typedef Edje_Input_Panel_Lang - * + * */ typedef enum _Edje_Input_Panel_Lang { @@ -1048,7 +1048,7 @@ typedef enum _Edje_Input_Panel_Layout /* * @typedef Edje_Input_Hints - * @brief Edje input hints + * @brief Edje input hints */ typedef enum { @@ -2248,7 +2248,7 @@ EAPI const Edje_Perspective *edje_evas_global_perspective_get(const Evas *e); * * @see edje_audio_channel_mute_set() * @see edje_audio_channel_mute_get() - * + * * @since 1.9 */ typedef enum _Edje_Channel diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h index 42641f3..1fda093 100644 --- a/src/lib/edje/Edje_Edit.h +++ b/src/lib/edje/Edje_Edit.h @@ -221,12 +221,12 @@ EAPI void edje_edit_string_list_free(Eina_List *lst); EAPI void edje_edit_string_free(const char *str); /** Get the name of the program that compiled the edje file. - * Can be 'edje_cc' or 'edje_edit' - * - * @param obj Object being edited. - * - * @return Compiler stored in the Edje file - */ + * Can be 'edje_cc' or 'edje_edit' + * + * @param obj Object being edited. + * + * @return Compiler stored in the Edje file + */ EAPI const char * edje_edit_compiler_get(Evas_Object *obj); /** Save the modified edje object back to his file. diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h index be1f06d..de9ce16 100644 --- a/src/lib/edje/Edje_Legacy.h +++ b/src/lib/edje/Edje_Legacy.h @@ -158,7 +158,6 @@ EAPI void edje_extern_object_max_size_set (Evas_Object *obj, Evas_Coord EAPI void edje_extern_object_aspect_set (Evas_Object *obj, Edje_Aspect_Control aspect, Evas_Coord aw, Evas_Coord ah); /** - * * @brief Sets the @b EDJ file (and group within it) to load an Edje * object's contents from * @@ -192,7 +191,6 @@ Edje object EAPI Eina_Bool edje_object_file_set(Edje_Object *obj, const char *file, const char *group); /** - * * @brief Get the file and group name that a given Edje object is bound to * * This gets the EDJ file's path, with the respective group set for @@ -214,7 +212,6 @@ EAPI void edje_object_file_get(const Edje_Object *obj, const char **file, const /** - * * @brief Sets the @b EDJ file (and group within it) to load an Edje * object's contents from *