efl/src/lib/eet
JinYong Park a1935164fe Eet: fix wrong doxygen definition
Summary:
Eet_Image_Encoding and Eet_Colorclass is from enumeration in Emile,
but it's definition is typedef, not enum.

It makes broken link like below webpage.
https://docs.enlightenment.org/efl/current/group__Eet__File__Image__Group.html

In above page, Eet_Image_Encoding is not linked.

So doxygen documentation should be changed to typedef.

Reviewers: cedric, jpeg, myoungwoon, conr2d

Differential Revision: https://phab.enlightenment.org/D5411
2017-11-01 13:08:58 +09:00
..
CMakeLists.txt cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries. 2017-02-01 12:25:43 -02:00
Eet.h Eet: fix wrong doxygen definition 2017-11-01 13:08:58 +09:00
Eet_private.h eet - be robust about garbage at the end that looks like an idenity 2015-10-07 17:50:18 +09:00
eet_alloc.c
eet_cipher.c openssl 1.1 build break fixes 2017-01-04 17:47:38 +09:00
eet_connection.c eet: add NULL-check to eet_connection_empty API to avoid segfault 2016-11-16 15:30:44 -08:00
eet_data.c eet data - fix checking return value of eina_value_pset like elsewhere 2017-02-08 21:19:39 +09:00
eet_dictionary.c
eet_image.c eet: return 0 instead of NULL when the return type is int 2016-11-12 10:42:45 +01:00
eet_lib.c eet: wrong comparision to less than zero with unsigned integer. 2017-10-06 09:51:19 -07:00
eet_node.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
eet_utils.c