docs: Add Eina.Value extern to eina_types.eot

Eina.Values are built-in eolian types, accessed through any_value and
any_value_ptr. However, these types cannot be used in doc references.
Adding a placeholder extern struct Eina.Value causes no harm, and will allow
referencing the type from EO docs later on.
In C#, Eina.Value is defined in the manual binding code so the doc reference
resolves to a valid type.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8510
This commit is contained in:
Xavi Artigas 2019-03-29 09:25:02 +00:00 committed by Marcel Hollerbach
parent 07e549ae0d
commit 1ad9b246c0
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ struct @extern Eina.Rw_Slice {
mem: void_ptr; [[Pointer to memory segment]]
}
struct @extern Eina.Value; [[Eina value placeholder so it can be referenced from docs.]]
struct @extern Eina.Value_Type; [[Eina value type]]
struct @extern Eina.Stat {