elm_toolbar: fixing Eolian comment markup
authorYakov Goldberg <yakov.g@samsung.com>
Sun, 17 May 2015 15:47:10 +0000 (18:47 +0300)
committerYakov Goldberg <yakov.g@samsung.com>
Sun, 17 May 2015 15:47:10 +0000 (18:47 +0300)
src/lib/elm_toolbar.eo
src/lib/elm_toolbar_item.eo

index 93dbfbe..d8cb66b 100644 (file)
@@ -1,6 +1,6 @@
 enum Elm.Toolbar.Shrink_Mode
 {
-/**
+/*@
    Set toolbar's items display behavior, it can be scrollable,
    show a menu with exceeding items, or simply hide them.
 
index 04800f0..9f034f3 100644 (file)
@@ -1,10 +1,9 @@
 enum Elm.Toolbar_Item.Scrollto_Type
 {
-/**
-   Defines where to position the item in the toolbar.
-
-   @ingroup Toolbar
- */
+   /*@
+     Defines where to position the item in the toolbar.
+     @ingroup Toolbar
+   */
 
    legacy: elm_toolbar_item_scrollto;