diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-15 11:33:15 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-04-15 11:33:15 +0200 |
commit | 047ee79cca39909fbba81b728eb4082280feacf9 (patch) | |
tree | 21ce6cd039818a37b2e7db2b7a05b99c966a168b /src/lib/ecore_evas | |
parent | cb92494f6de5cd1596bc834b3adddcf226eec2f3 (diff) |
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>"
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1740 | * @return A pointer to the internal pixels array of @p ee | 1740 | * @return A pointer to the internal pixels array of @p ee |
1741 | * | 1741 | * |
1742 | * Besides returning a pointer to the actual pixel array of the given | 1742 | * Besides returning a pointer to the actual pixel array of the given |
1743 | * canvas, this call will force a <b>rendering update on @p ee</b>, | 1743 | * canvas, this call will force a <b>rendering update</b> on @p ee |
1744 | * first. | 1744 | * first. |
1745 | * | 1745 | * |
1746 | * A common use case for this call is to create an image object, from | 1746 | * A common use case for this call is to create an image object, from |