From 047ee79cca39909fbba81b728eb4082280feacf9 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 15 Apr 2020 11:33:15 +0200 Subject: [PATCH] doxygen docs: Fix invalid doxygen output This particular line produces mismatched XML and HTML tags: "force a rendering update on ee" --- 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 rendering update on @p ee, + * canvas, this call will force a rendering update on @p ee * first. * * A common use case for this call is to create an image object, from