fix up some eo file documentation whitespace issues

This commit is contained in:
Daniel Kolesa 2014-06-18 12:57:52 +01:00
parent ddd3273cf8
commit 49c09c2d4b
14 changed files with 22 additions and 22 deletions

View File

@ -25,7 +25,7 @@ mixin Elm_Interface_Atspi_Accessible ()
protected relation_set {
get {
/*@ Gets an string describing ATSPI widget role name. Lists and
* elements Should be free by a user. */
elements Should be free by a user. */
}
values {
Eina_List *relations;
@ -52,7 +52,7 @@ mixin Elm_Interface_Atspi_Accessible ()
protected role_name {
get {
/*@ Gets human-readable string indentifying widget accessibility
* role. */
role. */
}
values {
const char *role_name;
@ -61,7 +61,7 @@ mixin Elm_Interface_Atspi_Accessible ()
protected attributes {
get {
/*@ Gets key-value pairs indentifying widget extra
* attributes. Must be free by a user. */
attributes. Must be free by a user. */
}
values {
Eina_List *attributes;

View File

@ -36,7 +36,7 @@ mixin Elm_Interface_Atspi_Component ()
protected z_order {
get {
/*@ Gets the depth at which the component is shown in relation to
* other components in the same container. */
other components in the same container. */
}
values {
int z_order;