doxygen docs: Fix warnings in Ecore_Evas.h

And a couple associated places.
This commit is contained in:
Xavi Artigas 2020-03-24 13:00:35 +01:00
parent c48d4d431f
commit 065d429a67
3 changed files with 12 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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