From 7c6ce2a53232cf7d7116efb3e25e29a8608e35e1 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 8 Dec 2017 15:42:45 +0100 Subject: [PATCH] docs: fill in last missing bits for efl_ui_popup* eo classes --- src/lib/elementary/efl_ui_popup_alert_scroll.eo | 1 + src/lib/elementary/efl_ui_popup_alert_text.eo | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/elementary/efl_ui_popup_alert_scroll.eo b/src/lib/elementary/efl_ui_popup_alert_scroll.eo index af13c9b395..af801158df 100644 --- a/src/lib/elementary/efl_ui_popup_alert_scroll.eo +++ b/src/lib/elementary/efl_ui_popup_alert_scroll.eo @@ -1,5 +1,6 @@ class Efl.Ui.Popup_Alert_Scroll(Efl.Ui.Popup_Alert) { + [[EFL UI Popup Alert Scroll class]] implements { Efl.Object.constructor; Efl.Part.part; diff --git a/src/lib/elementary/efl_ui_popup_alert_text.eo b/src/lib/elementary/efl_ui_popup_alert_text.eo index bca77299f5..c4d1a60f29 100644 --- a/src/lib/elementary/efl_ui_popup_alert_text.eo +++ b/src/lib/elementary/efl_ui_popup_alert_text.eo @@ -1,5 +1,6 @@ class Efl.Ui.Popup_Alert_Text(Efl.Ui.Popup_Alert, Efl.Text) { + [[EFL UI Popup Alert Text class]] implements { Efl.Object.constructor; Efl.Text.text { get; set; }