xartigas pushed a commit to branch master.

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

commit 065d429a67258c9b0f2c7dc1ffa36278a74a0981
Author: Xavi Artigas <[email protected]>
Date:   Tue Mar 24 13:00:35 2020 +0100

    doxygen docs: Fix warnings in Ecore_Evas.h
    
    And a couple associated places.
---
 src/examples/ecore/ecore_evas_extn_socket_example.c |  2 +-
 src/lib/ecore/Ecore.h                               | 11 ++++++-----
 src/lib/ecore_evas/Ecore_Evas.h                     | 14 +++++---------
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/src/examples/ecore/ecore_evas_extn_socket_example.c 
b/src/examples/ecore/ecore_evas_extn_socket_example.c
index aff4975b88..21255485d0 100644
--- a/src/examples/ecore/ecore_evas_extn_socket_example.c
+++ b/src/examples/ecore/ecore_evas_extn_socket_example.c
@@ -20,7 +20,7 @@
 #include <Ecore_Evas.h>
 #include <unistd.h>
 
-// procotol version - change this as needed
+// protocol version - change this as needed
 #define MSG_DOMAIN_CONTROL_OBJECT 0x1004
 #define MSG_ID_BG_COLOR 0x1005
 #define MSG_ID_TEXT 0x1006
diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h
index cd401617fa..294fe0e5a2 100644
--- a/src/lib/ecore/Ecore.h
+++ b/src/lib/ecore/Ecore.h
@@ -45,15 +45,16 @@
  * this is very simple. You simply have to compile your application
  * with the appropriate compiler flags that the @p pkg-config script
  * outputs. Note that each module is separate in pkg-config. For
- * example using @ref Ecore_Evas_Group:
+ * example using @c Ecore_Evas:
+ *
  * Compiling C or C++ files into object files:
- * @verbatim
+ * @code
  * gcc -c -o main.o main.c `pkg-config --cflags ecore ecore-evas`
- * @endverbatim
+ * @endcode
  * Linking object files into a binary executable:
- * @verbatim
+ * @code
  * gcc -o my_application main.o `pkg-config --libs ecore ecore-evas`
- * @endverbatim
+ * @endcode
  * See @ref pkgconfig
  *
  * @section ecore_main_next_steps Next Steps
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h
index d484bb1b95..f53586a866 100644
--- a/src/lib/ecore_evas/Ecore_Evas.h
+++ b/src/lib/ecore_evas/Ecore_Evas.h
@@ -1003,8 +1003,8 @@ EAPI int              ecore_evas_aux_hint_id_get(const 
Ecore_Evas *ee, const cha
  * @see eecore_evas_callback_msg_handle_set()
  *
  * This is a list of examples of these functions:
- * @li @ref ecore_evas_extn_socket_example
- * @li @ref ecore_evas_extn_plug_example
+ * @li ecore_evas_extn_socket_example
+ * @li ecore_evas_extn_plug_example
  */
 EAPI void ecore_evas_msg_parent_send(Ecore_Evas *ee, int msg_domain, int 
msg_id, void *data, int size);
 
@@ -1637,7 +1637,7 @@ EAPI Ecore_Cocoa_Window 
*ecore_evas_cocoa_window_get(const Ecore_Evas *ee);
 /**
  * @brief Create an Ecore_Evas window using the drm engine.
  *
- * @param disp_name Name of the Wayland display to connect to.
+ * @param device Name of the Wayland display to connect to.
  * @param parent (Unused)
  * @param x Horizontal position of the Ecore_Evas window.
  * @param y Vertical position of the Ecore_Evas window.
@@ -1657,7 +1657,7 @@ EAPI Ecore_Evas     *ecore_evas_drm_new(const char 
*device, unsigned int parent,
 /**
  * @brief Create an Ecore_Evas window using the drm engine with GL support.
  *
- * @param disp_name Name of the Wayland display to connect to.
+ * @param device Name of the Wayland display to connect to.
  * @param parent (Unused)
  * @param x Horizontal position of the Ecore_Evas window.
  * @param y Vertical position of the Ecore_Evas window.
@@ -2033,10 +2033,7 @@ EAPI Ecore_Evas *ecore_evas_cocoa_new(Ecore_Cocoa_Window 
*parent,
  * @brief Creates a new @c Ecore_Evas canvas bound to the Evas
  * @b psl1ght engine.
  *
- * @param parent ID of the parent window this Ecore_Evas window belongs
- *        to, or 0 if this is a top-level window.
- * @param x Horizontal position of window, in pixels
- * @param y Vertical position of window, in pixels
+ * @param name Deprecated.
  * @param w Width of the canvas, in pixels.
  * @param h Height of the canvas, in pixels.
  *
@@ -3203,7 +3200,6 @@ EAPI Evas_Object *ecore_evas_vnc_start(Ecore_Evas *ee, 
const char *addr, int por
 /**
  * @brief Sets a callback for building new Evas.
  *
- * @param ee The Ecore_Evas to set callbacks on
  * @param func The function to call
  *
  * A call to this function will set a callback on an Ecore_Evas, causing

-- 


Reply via email to