xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cb92494f6de5cd1596bc834b3adddcf226eec2f3

commit cb92494f6de5cd1596bc834b3adddcf226eec2f3
Author: Xavi Artigas <[email protected]>
Date:   Tue Apr 14 18:44:45 2020 +0200

    doxygen docs: Define a couple missing ELM_WIN types
---
 src/lib/elementary/elm_win_legacy.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/elementary/elm_win_legacy.h 
b/src/lib/elementary/elm_win_legacy.h
index 613e0eb74b..8b5c796a87 100644
--- a/src/lib/elementary/elm_win_legacy.h
+++ b/src/lib/elementary/elm_win_legacy.h
@@ -92,13 +92,13 @@ typedef enum
                      * usually used in the EFL. */
 
 /**
-* Used to indicate the window is a representation of an object being
-* dragged across different windows, or even applications. Typically
-* used with elm_win_override_set().
-*/
+ * Used to indicate the window is a representation of an object being
+ * dragged across different windows, or even applications. Typically
+ * used with elm_win_override_set().
+ */
   ELM_WIN_DND,
-  ELM_WIN_INLINED_IMAGE,
-  ELM_WIN_SOCKET_IMAGE,
+  ELM_WIN_INLINED_IMAGE, /**< The window is an image. */
+  ELM_WIN_SOCKET_IMAGE, /**< The window is an image received through a socket. 
*/
   ELM_WIN_FAKE, /**< See elm_win_fake_add(). @since 1.13 */
 
   ELM_WIN_NAVIFRAME_BASIC, /**< Used for naviframe style replacement with

-- 


Reply via email to