efl/src/lib/eolian
Lauro Moura 86191b02c7 eolian: Leave default text for libeolian users
Summary:
Instead of setting the default text at the library level, keep the
summary empty if nothing is provided.

The libeolian users them are free to check if the summary was actually
empty or a placeholder text was added.

ref T8309

Test Plan: Run attached tests

Reviewers: q66, segfaultxavi

Subscribers: cedric, brunobelo, #reviewers, felipealmeida, #committers

Tags: #efl

Maniphest Tasks: T8309

Differential Revision: https://phab.enlightenment.org/D10285
2019-10-09 16:18:30 +02:00
..
Eolian.h eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
Eolian_Aux.h Pyolian gendoc: add ability to generate only the stable API 2019-10-07 19:39:07 +02:00
database_check.c eolian: remove support for globals 2019-09-24 18:27:37 +02:00
database_class.c eolian: add API to retrieve the C name of an object 2019-05-16 15:43:52 +02:00
database_class_api.c eolian: loosen the requirements on API (don't return stringshare) 2019-09-26 16:47:22 +02:00
database_constructor.c
database_constructor_api.c eolian: drop @ctor_param and the associated APIs 2019-09-16 15:37:04 +02:00
database_event.c
database_event_api.c eolian: rename eolian_event_c_name_get 2019-05-16 15:57:39 +02:00
database_expr.c eolian: stricter checks for const() validity 2019-09-26 16:19:12 +02:00
database_expr_api.c eolian: fix potential ABI violation in expr serialization 2019-09-30 11:32:41 +02:00
database_function.c eolian: remove legacy handling API and most of generation 2019-03-08 10:12:09 -05:00
database_function_api.c eolian: return NULL instead of EINA_FALSE on safety checks 2019-09-19 16:05:34 +02:00
database_function_parameter.c
database_function_parameter_api.c eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
database_implement.c
database_implement_api.c
database_part.c
database_part_api.c
database_type.c eolian: stricter checks for const() validity 2019-09-26 16:19:12 +02:00
database_type_api.c eolian: loosen the requirements on API (don't return stringshare) 2019-09-26 16:47:22 +02:00
database_validate.c efl: add code to enforce presence of @since tags 2019-09-30 20:12:35 +02:00
database_var.c eolian: remove support for globals 2019-09-24 18:27:37 +02:00
database_var_api.c eolian: expose most API as stable 2019-09-25 18:26:07 +02:00
eo_lexer.c eolian: Leave default text for libeolian users 2019-10-09 16:18:30 +02:00
eo_lexer.h eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
eo_parser.c eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
eo_parser.h
eolian.c eolian: add runtime API to get file format version 2019-05-26 18:35:48 +02:00
eolian_aux.c eolian_aux: this must be recursive 2019-08-28 10:20:49 +02:00
eolian_database.c eolian: loosen the requirements on API (don't return stringshare) 2019-09-26 16:47:22 +02:00
eolian_database.h eolian: rename param direction enum and fields for consistency 2019-09-26 16:56:13 +02:00
eolian_priv.h
meson.build