stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec18f8a5e05304ffcb6825d57cb43c3cf6b6b30a
commit ec18f8a5e05304ffcb6825d57cb43c3cf6b6b30a Author: Stefan Schmidt <[email protected]> Date: Fri Dec 8 17:10:06 2017 +0100 docs: even document this external types They might be removed later but right now they have been the last two items blocking 100% doc coverage in the EO files. --- src/lib/elementary/elm_general.eot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_general.eot b/src/lib/elementary/elm_general.eot index 1a0dfadf68..52bf386fda 100644 --- a/src/lib/elementary/elm_general.eot +++ b/src/lib/elementary/elm_general.eot @@ -137,8 +137,8 @@ enum Elm.Icon.Type } /* FIXME: shouldn't exist */ -struct @extern Elm_Gen_Item; -struct @extern Efl_Access_Action_Data; +struct @extern Elm_Gen_Item; [[Elementary gen item]] +struct @extern Efl_Access_Action_Data; [[Efl access action data]] /* Enums from elm_entry.eo, also used by efl_ui_text */ --
