stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=71a16c27baaa40216773f617fc38b7aefb50f6f6

commit 71a16c27baaa40216773f617fc38b7aefb50f6f6
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Apr 27 12:54:59 2016 +0200

    docs: enahnce elm bubble widget documentation
---
 src/lib/elementary/elm_bubble.eo | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/lib/elementary/elm_bubble.eo b/src/lib/elementary/elm_bubble.eo
index b574ef7..2ae8538 100644
--- a/src/lib/elementary/elm_bubble.eo
+++ b/src/lib/elementary/elm_bubble.eo
@@ -14,23 +14,20 @@ enum Elm.Bubble.Pos
 
 class Elm.Bubble (Elm.Layout, Evas.Clickable_Interface)
 {
+   [[Speech bubble widget used in messaging applications]]
+
    eo_prefix: elm_obj_bubble;
    methods {
       @property pos {
-         set {
-            [[Set the corner of the bubble
-
-              This function sets the corner of the bubble. The corner will be 
used to
-              determine where the arrow in the frame points to and where 
label, icon and
-              info are shown.
+         [[The corner of the bubble
 
+           This function sets the corner of the bubble. The corner will be 
used to
+           determine where the arrow in the frame points to and where label, 
icon and
+           info are shown. See @Elm.Bubble.Pos
             ]]
+         set {
          }
          get {
-            [[Get the corner of the bubble
-
-              This function gets the selected corner of the bubble.
-            ]]
          }
          values {
             pos: Elm.Bubble.Pos; [[The given corner for the bubble.]]

-- 


Reply via email to