From b4581d2e436a8a1c3a833e533a899c8a17fd5774 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Thu, 31 Dec 2020 07:29:49 +0900 Subject: [PATCH] docs: Fix doxygen errors in Edje that make wrong API reference documentation Change-Id: I6995c111fed40daa62724ad364cb1e0d88be7c2c --- src/lib/edje/Edje_Legacy.h | 2 +- src/lib/edje/efl_layout_signal.eo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h index f936b86..c46c1a5 100644 --- a/src/lib/edje/Edje_Legacy.h +++ b/src/lib/edje/Edje_Legacy.h @@ -89,7 +89,7 @@ EAPI Eina_Bool edje_object_preload(Evas_Object *obj, Eina_Bool cancel); * them however they like. * * Signal callback registration is powerful, in the way that blobs may be used - * to match multiple signals at once. All the "*?[\" set of @c fnmatch() + * to match multiple signals at once. All the " *?[\ " set of @c fnmatch() * operators can be used, both for emission and source. * * Edje has internal signals it will emit, automatically, on various actions diff --git a/src/lib/edje/efl_layout_signal.eo b/src/lib/edje/efl_layout_signal.eo index 1b49fd1..7702c69 100644 --- a/src/lib/edje/efl_layout_signal.eo +++ b/src/lib/edje/efl_layout_signal.eo @@ -67,7 +67,7 @@ interface Efl.Layout.Signal to use them however they like. Signal callback registration is powerful, in the way that blobs may - be used to match multiple signals at once. All the "*?[\" set of + be used to match multiple signals at once. All the " *?[\ " set of $fnmatch() operators can be used, both for emission and source. Edje has internal signals it will emit, automatically, on various -- 2.7.4