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
This commit is contained in:
woochan lee 2015-04-10 14:01:08 +09:00 committed by ChunEon Park
parent e2022f4157
commit 81628abe9f
3 changed files with 11 additions and 14 deletions

View File

@ -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

View File

@ -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.

View File

@ -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
*