xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=53004b72a50199e57d6fa8492efcff0ea66cc7f3
commit 53004b72a50199e57d6fa8492efcff0ea66cc7f3 Author: Xavi Artigas <[email protected]> Date: Wed Apr 29 08:41:02 2020 +0200 doxygen docs: Move CnP API out of the Remove Canvas group The new CnP API had been wrongly added to the Remote Canvases group. --- src/lib/ecore_evas/Ecore_Evas.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index b8d2a878dd..e17208aba2 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -3585,6 +3585,10 @@ EAPI Evas_Object *ecore_evas_extn_plug_new(Ecore_Evas *ee_target); */ EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bool svcsys); +/** + * @} + */ + /** * @brief Retrieves the coordinates of the default mouse pointer. * @@ -3872,11 +3876,6 @@ EAPI void ecore_evas_callback_drop_drop_set(Ecore_Evas *ee, Ecore_Evas_Drop_Cb c */ EAPI Eina_Accessor* ecore_evas_drop_available_types_get(Ecore_Evas *ee, unsigned int seat); - -/** - * @} - */ - /** * @} */ --
