separator: convert docs

This commit is contained in:
Daniel Kolesa 2015-07-03 15:55:11 +01:00
parent c98cc91b8d
commit aa2412946a
1 changed files with 3 additions and 13 deletions

View File

@ -4,23 +4,13 @@ class Elm.Separator (Elm.Layout)
methods {
@property horizontal {
set {
/*@
@brief Set the horizontal mode of a separator object
@ingroup Separator */
[[Set the horizontal mode of a separator object]]
}
get {
/*@
@brief Get the horizontal mode of a separator object
@return If true, the separator is horizontal
@see elm_separator_horizontal_set()
@ingroup Separator */
[[Get the horizontal mode of a separator object]]
}
values {
horizontal: bool; /*@ If true, the separator is horizontal */
horizontal: bool; [[If true, the separator is horizontal]]
}
}
}