elm_toolbar: fixing Eolian comment markup

This commit is contained in:
Yakov Goldberg 2015-05-17 18:47:10 +03:00
parent fc245e9dd1
commit 687cd6a310
2 changed files with 5 additions and 6 deletions

View 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.

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