diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-09-16 14:18:46 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-09-16 14:28:39 +0200 |
commit | 76144128cee802d2cdb23154c42d9d4252fc0338 (patch) | |
tree | 496ce204dc2adf7e177920e14ec8be346bb4edb6 /src | |
parent | ca731fbfb6aa1ab376846870f1a4260b27bdf793 (diff) |
eo: fix doxygen typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eo/Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index 869910292c..fe5a550316 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h | |||
@@ -950,7 +950,7 @@ EAPI const char *efl_debug_name_get(const Eo *obj_id); | |||
950 | * @brief Init the eo subsystem | 950 | * @brief Init the eo subsystem |
951 | * @return @c EINA_TRUE if eo is init, @c EINA_FALSE otherwise. | 951 | * @return @c EINA_TRUE if eo is init, @c EINA_FALSE otherwise. |
952 | * | 952 | * |
953 | * @see eo_shutfown() | 953 | * @see eo_shutdown() |
954 | */ | 954 | */ |
955 | EAPI Eina_Bool efl_object_init(void); | 955 | EAPI Eina_Bool efl_object_init(void); |
956 | 956 | ||