efl/src/lib/eolian
Daniel Kolesa 2ffc93ddf9 eolian: add a reference resolver
New API function eolian_doc_token_ref_get will resolve the kind of
reference in the given token and extract the necessary data you
might need for further use, for example class and function for
methods, or struct and field for struct field. It also supports
event references that will be added into Eolian later.

EFL will be switched to the new resolver (by changing the validator
code) during the next step.
2016-12-06 19:11:17 +01:00
..
Eolian.h eolian: add a reference resolver 2016-12-06 19:11:17 +01:00
database_class.c
database_class_api.c eolian: add API to get the C class datatype 2016-10-13 15:04:20 +02:00
database_constructor.c
database_constructor_api.c
database_event.c
database_event_api.c
database_expr.c
database_expr_api.c eolian: remove parsing of pointers and the corresponding APIs 2016-11-10 16:20:19 +01:00
database_fill.c
database_function.c
database_function_api.c eolian: remove all duplicated affix 2016-11-28 11:35:27 -08:00
database_function_parameter.c
database_function_parameter_api.c
database_implement.c
database_implement_api.c
database_type.c eolian: rename is_ref API to is_ptr to match syntax 2016-11-03 14:22:21 +01:00
database_type_api.c eolian: rename is_ref API to is_ptr to match syntax 2016-11-03 14:22:21 +01:00
database_validate.c eolian: remove parsing of pointers and the corresponding APIs 2016-11-10 16:20:19 +01:00
database_var.c
database_var_api.c
eo_lexer.c eolian: remove Eina_Promise. 2016-11-07 13:43:11 -08:00
eo_lexer.h eolian: remove Eina_Promise. 2016-11-07 13:43:11 -08:00
eo_parser.c eolian: remove parsing of pointers and the corresponding APIs 2016-11-10 16:20:19 +01:00
eo_parser.h
eolian.c
eolian_database.c eolian: add a reference resolver 2016-12-06 19:11:17 +01:00
eolian_database.h eolian: rename is_ref API to is_ptr to match syntax 2016-11-03 14:22:21 +01:00