docs: Fix doxygen errors in Edje that make wrong API reference documentation 44/250644/1
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Wed, 30 Dec 2020 22:29:49 +0000 (07:29 +0900)
committerMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Wed, 30 Dec 2020 22:29:49 +0000 (07:29 +0900)
Change-Id: I6995c111fed40daa62724ad364cb1e0d88be7c2c

src/lib/edje/Edje_Legacy.h
src/lib/edje/efl_layout_signal.eo

index f936b86..c46c1a5 100644 (file)
@@ -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
index 1b49fd1..7702c69 100644 (file)
@@ -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