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.
This commit is contained in:
Stefan Schmidt 2017-12-08 17:10:06 +01:00
parent 5f288dfde0
commit ec18f8a5e0
1 changed files with 2 additions and 2 deletions

View File

@ -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 */