Delete whitespaces for header and eo files.

Summary: Delete whitespaces header and eo files, otherwise add a line.

Reviewers: Hermet, seoz, JackDanielZ

Reviewed By: JackDanielZ

Differential Revision: https://phab.enlightenment.org/D2304
This commit is contained in:
woochan lee 2015-04-10 14:09:45 +09:00 committed by ChunEon Park
parent 1ec7092594
commit eaf0a64744
7 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@
*
* @{
*/
#include "elm_fileselector.eo.h"
/**

View File

@ -24,6 +24,7 @@ EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent);
EAPI void elm_naviframe_item_title_enabled_set(Elm_Object_Item *it, Eina_Bool enabled, Eina_Bool transition);
Elm_Object_Item *elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object *prev_btn, Evas_Object *next_btn, Evas_Object *content, const char *item_style);
/**
* @brief Simple version of item_push.
*

View File

@ -49,7 +49,6 @@ EAPI void elm_bg_color_set(Evas_Object *obj, int r, int
EAPI void elm_bg_color_get(const Evas_Object *obj, int *r, int *g, int *b);
/**
*
* Set the file (image or edje collection) to give life for the
* background
*
@ -79,7 +78,6 @@ EAPI void elm_bg_color_get(const Evas_Object *obj, int *
EAPI Eina_Bool elm_bg_file_set(Eo *obj, const char *file, const char *group);
/**
*
* Get the file (image or edje collection) set on a given background
* widget
*

View File

@ -190,7 +190,6 @@ class Elm_Datetime (Elm_Layout)
Minute: default value range is from 0 to 59.
@return @c EINA_TRUE if current time is set successfully.
@see elm_datetime_value_set()

View File

@ -387,7 +387,7 @@ typedef enum _Elm_Process_State
* runs as normal and may be user-visible or "active" in some way. A
* background application is not user-visible or otherwise important and
* likely should release resources and not wake up often or process much.
*
*
* @ingroup General
* @since 1.12
*/

View File

@ -37,7 +37,6 @@ EAPI Evas_Object *elm_image_add(Evas_Object *parent);
EAPI Eina_Bool elm_image_file_set(Evas_Object *obj, const char *file, const char *group);
/**
*
* Get the file that will be used as image.
*
* @see elm_image_file_set()

View File

@ -77,7 +77,6 @@ EAPI Evas_Object *elm_layout_content_get(const Evas_Object *obj,
EAPI Evas_Object *elm_layout_content_unset(Evas_Object *obj, const char *swallow);
/**
*
* Set the file that will be used as layout
*
* @return (1 = success, 0 = error)