xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=047ee79cca39909fbba81b728eb4082280feacf9
commit 047ee79cca39909fbba81b728eb4082280feacf9 Author: Xavi Artigas <xavierarti...@yahoo.es> Date: Wed Apr 15 11:33:15 2020 +0200 doxygen docs: Fix invalid doxygen output This particular line produces mismatched XML and HTML tags: "force a <b>rendering update on <code>ee</b></code>" --- src/lib/ecore_evas/Ecore_Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index f53586a866..054fa79f1a 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1740,7 +1740,7 @@ EAPI Ecore_Evas *ecore_evas_buffer_allocfunc_new(int w, int h, void *(*alloc * @return A pointer to the internal pixels array of @p ee * * Besides returning a pointer to the actual pixel array of the given - * canvas, this call will force a <b>rendering update on @p ee</b>, + * canvas, this call will force a <b>rendering update</b> on @p ee * first. * * A common use case for this call is to create an image object, from --