stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7c6ce2a53232cf7d7116efb3e25e29a8608e35e1

commit 7c6ce2a53232cf7d7116efb3e25e29a8608e35e1
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Dec 8 15:42:45 2017 +0100

    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; }

-- 


Reply via email to