Fix a wrong group info. 30/139030/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Mon, 17 Jul 2017 04:17:54 +0000 (13:17 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Mon, 17 Jul 2017 04:32:32 +0000 (13:32 +0900)
Summary:
Fix a wrong group info. and some wrong expressions.

Change-Id: I5eb6da156e388a7ab496c53a566591ddc729528d

src/lib/elm_win_legacy.h

index fa269b4bc4233fe52b2e28156eeea39f130d3967..3d7b24287d4096e8c541ee93863b2f017db8e8eb 100644 (file)
@@ -95,7 +95,7 @@ EAPI Evas_Object          *elm_win_util_standard_add(const char *name, const cha
 EAPI Evas_Object          *elm_win_util_dialog_add(Evas_Object *parent, const char *name, const char *title);
 
 /**
- * Set the floating mode of a window.
+ * Sets the floating mode of a window.
  *
  * @param obj The window object
  * @param floating If true, the window is floating mode
@@ -117,7 +117,7 @@ EAPI Evas_Object          *elm_win_util_dialog_add(Evas_Object *parent, const ch
 EAPI void                  elm_win_floating_mode_set(Evas_Object *obj, Eina_Bool floating);
 
 /**
- * Get the floating mode of a window.
+ * Gets the floating mode of a window.
  *
  * @param obj The window object
  * @return If true, the window is floating mode
@@ -226,7 +226,7 @@ EAPI void                  elm_win_render(Evas_Object *obj);
 /**
  * @internal
  *
- * Get the Ecore_Wl_Window of an Evas_Object
+ * Gets the Ecore_Wl_Window of an Evas_Object
  *
  * Do not use this function if you'd like your application/library be portable.
  * You have been warned.
@@ -241,7 +241,7 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj);
 
 /* Windows specific call - returns NULL on non-Windows engines */
 /**
- * Get the Ecore_Win32_Window of an Evas_Object
+ * Gets the Ecore_Win32_Window of an Evas_Object
  *
  * Do not use this function if you'd like your application/library be portable.
  * You have been warned.
@@ -257,7 +257,7 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj);
 EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
 
 /**
- * Set the preferred rotation value.
+ * Sets the preferred rotation value.
  *
  * This function is used to set the orientation of window @p obj to spicific angle fixed.
  *
@@ -267,7 +267,7 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
  *
  * @see elm_win_wm_rotation_preferred_rotation_get()
  *
- * ingroup Win
+ * @ingroup Elm_Win
  * @since 1.9
  *
  * @if MOBILE @since_tizen 2.3
@@ -277,7 +277,9 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
 EAPI void                  elm_win_wm_rotation_preferred_rotation_set(const Evas_Object *obj, int rotation);
 
 /**
- * Get the Ecore_Window of an Evas_Object
+ * @internal
+ *
+ * Gets the Ecore_Window of an Evas_Object
  *
  * When Elementary is using a Wayland engine, this function will return the surface id of the elm window's surface.
  *
@@ -299,7 +301,7 @@ EAPI Ecore_Window          elm_win_window_id_get(const Evas_Object *obj);
 /**
  * @internal
  *
- * Set the precreated object.
+ * Sets the precreated object.
  *
  * @param obj The window object
  *
@@ -312,7 +314,7 @@ EAPI void                  elm_win_precreated_object_set(Evas_Object *obj);
 /**
  * @internal
  *
- * Get the precreated object.
+ * Gets the precreated object.
  *
  * @return The precreated window object
  *