From fbdd64e1cb1b283a715b1c2caf3cfdc818a5c991 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 18 Apr 2013 02:18:47 +0900 Subject: [PATCH] elm_config.h: fixed formatting. 1. fixed wrong documentation space. 2. removed trailing whitespaces. 3. removed unnecessary lines. --- legacy/elementary/src/lib/elm_config.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 8f72281..40f9adc 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/src/lib/elm_config.h @@ -513,14 +513,14 @@ typedef enum _Elm_Softcursor_Mode /** * Set the mode used for software provided mouse cursors inline in the window * canvas. - * + * * A software rendered cursor can be provided for rendering inline inside the * canvas windows in the event the native display system does not provide one - * or the native oneis not wanted. + * or the native one is not wanted. * * @param lonpress_timeout Timeout for long press event * @ingroup Softcursor - * + * * @see elm_config_softcursor_mode_get() * @since 1.7 */ @@ -531,13 +531,12 @@ EAPI void elm_config_softcursor_mode_set(Elm_Softcursor_Mode mode); * * @return The mode used for software cursors * @ingroup Softcursor - * + * * @see elm_config_softcursor_mode_set() * @since 1.7 */ EAPI Elm_Softcursor_Mode elm_config_softcursor_mode_get(void); - /** * Get the duration after which tooltip will be shown. * @@ -814,7 +813,7 @@ EAPI void elm_config_font_overlay_set(const char *text_class, const * * @since 1.7 * - * @ingroup Access + * @ingroup Access * * @see elm_config_access_set() */ @@ -831,7 +830,7 @@ EAPI Eina_Bool elm_config_access_get(void); * * @since 1.7 * - * @ingroup Access + * @ingroup Access * * @see elm_config_access_get() */ @@ -844,7 +843,7 @@ EAPI void elm_config_access_set(Eina_Bool is_access); * * @since 1.7 * - * @ingroup Selection + * @ingroup Selection * * @see elm_config_selection_unfocused_clear_set() */ @@ -858,7 +857,7 @@ EAPI Eina_Bool elm_config_selection_unfocused_clear_get(void); * * @since 1.7 * - * @ingroup Selection + * @ingroup Selection * * @see elm_config_selection_unfocused_clear_get() */ @@ -907,7 +906,6 @@ EAPI Evas_Coord elm_config_finger_size_get(void); */ EAPI void elm_config_finger_size_set(Evas_Coord size); - /** * Get the configured cache flush interval time * @@ -1007,7 +1005,6 @@ EAPI int elm_config_cache_image_cache_size_get(void); */ EAPI void elm_config_cache_image_cache_size_set(int size); - /** * Get the configured edje file cache size. * -- 2.7.4