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

@ -59,7 +59,7 @@ class Elm_Hoversel (Elm_Button, Evas_Selectable_Interface)
/*@ /*@
@brief Returns whether the hoversel is expanded. @brief Returns whether the hoversel is expanded.
@return This will return @c EINA_TRUE if the hoversel is expanded or @return This will return @c EINA_TRUE if the hoversel is expanded or
@c EINA_FALSE if it is not expanded. @c EINA_FALSE if it is not expanded.
@ingroup Hoversel */ @ingroup Hoversel */

View File

@ -184,7 +184,7 @@ class Elm_Flipselector (Elm_Layout)
Programmatically select the previous item of a flip selector Programmatically select the previous item of a flip selector
widget widget
@note The selection will be animated. Also, if it reaches the @note The selection will be animated. Also, if it reaches the
beginning of its list of member items, it will continue with the beginning of its list of member items, it will continue with the
last one backwards. last one backwards.

View File

@ -156,7 +156,7 @@ class Elm_Gengrid (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interfac
- ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and - ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and
callback when first becoming selected. Any further clicks will callback when first becoming selected. Any further clicks will
do nothing, unless you set always select mode. do nothing, unless you set always select mode.
- ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected, - ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected,
every click will make the selected callbacks be called. every click will make the selected callbacks be called.
- ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items - ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items
entirely and they will neither appear selected nor call selected entirely and they will neither appear selected nor call selected

View File

@ -48,7 +48,7 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interfac
- ELM_OBJECT_SELECT_MODE_DEFAULT : Items will call their selection func and - ELM_OBJECT_SELECT_MODE_DEFAULT : Items will call their selection func and
callback once when first becoming selected. Any further clicks will callback once when first becoming selected. Any further clicks will
do nothing, unless you set always select mode. do nothing, unless you set always select mode.
- ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected, - ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected,
every click will make the selected callbacks be called. every click will make the selected callbacks be called.
- ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items - ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items
entirely and they will neither appear selected nor call selected entirely and they will neither appear selected nor call selected
@ -697,20 +697,20 @@ class Elm_Genlist (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interfac
<dt>FNM_NOESCAPE</dt> <dt>FNM_NOESCAPE</dt>
<dd>If this flag is set, treat backslash as an ordinary character, instead of an escape character.</dd> <dd>If this flag is set, treat backslash as an ordinary character, instead of an escape character.</dd>
<dt>FNM_PATHNAME</dt> <dt>FNM_PATHNAME</dt>
<dd>If this flag is set, match a slash in string only with a slash in pattern and not by an asterisk (*) <dd>If this flag is set, match a slash in string only with a slash in pattern and not by an asterisk (*)
or a question mark (?) metacharacter, nor by a bracket expression ([]) containing a slash.</dd> or a question mark (?) metacharacter, nor by a bracket expression ([]) containing a slash.</dd>
<dt>FNM_PERIOD</dt> <dt>FNM_PERIOD</dt>
<dd>If this flag is set, a leading period in string has to be matched exactly by a period in pattern. <dd>If this flag is set, a leading period in string has to be matched exactly by a period in pattern.
A period is considered to be leading if it is the first character in string, or if both A period is considered to be leading if it is the first character in string, or if both
FNM_PATHNAME is set and the period immediately follows a slash.</dd> FNM_PATHNAME is set and the period immediately follows a slash.</dd>
<dt>FNM_FILE_NAME</dt> <dt>FNM_FILE_NAME</dt>
<dd>This is a GNU synonym for FNM_PATHNAME.</dd> <dd>This is a GNU synonym for FNM_PATHNAME.</dd>
<dt>FNM_LEADING_DIR</dt> <dt>FNM_LEADING_DIR</dt>
<dd>If this flag (a GNU extension) is set, the pattern is considered to be matched if it matches an <dd>If this flag (a GNU extension) is set, the pattern is considered to be matched if it matches an
initial segment of string which is followed by a slash. This flag is mainly for the internal initial segment of string which is followed by a slash. This flag is mainly for the internal
use of glibc and is only implemented in certain cases.</dd> use of glibc and is only implemented in certain cases.</dd>
<dt>FNM_CASEFOLD</dt> <dt>FNM_CASEFOLD</dt>
<dd>If this flag (a GNU extension) is set, the pattern is matched case-insensitively.</dd> <dd>If this flag (a GNU extension) is set, the pattern is matched case-insensitively.</dd>
</dl> </dl>
For more details see <a href=http://man7.org/linux/man-pages/man3/fnmatch.3.html>Linux Programmer's Manual. FNMATCH()</a> For more details see <a href=http://man7.org/linux/man-pages/man3/fnmatch.3.html>Linux Programmer's Manual. FNMATCH()</a>

View File

@ -14,7 +14,7 @@ class Elm_Glview (Elm_Widget)
Get the size of the glview. Get the size of the glview.
Note that this function returns the actual image size of the Note that this function returns the actual image size of the
glview. This means that when the scale policy is set to glview. This means that when the scale policy is set to
ELM_GLVIEW_RESIZE_POLICY_SCALE, it'll return the non-scaled ELM_GLVIEW_RESIZE_POLICY_SCALE, it'll return the non-scaled
size. size.

View File

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

View File

@ -36,7 +36,7 @@ mixin Elm_Interface_Atspi_Component ()
protected z_order { protected z_order {
get { get {
/*@ Gets the depth at which the component is shown in relation to /*@ 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 { values {
int z_order; int z_order;

View File

@ -44,7 +44,7 @@ class Elm_List (Elm_Layout, Elm_Interface_Scrollable)
- ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and - ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and
callback when first becoming selected. Any further clicks will callback when first becoming selected. Any further clicks will
do nothing, unless you set always select mode. do nothing, unless you set always select mode.
- ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected, - ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected,
every click will make the selected callbacks be called. every click will make the selected callbacks be called.
- ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items - ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items
entirely and they will neither appear selected nor call selected entirely and they will neither appear selected nor call selected

View File

@ -68,7 +68,7 @@ class Elm_Panes (Elm_Layout)
} }
values { values {
Eina_Bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to split panes Eina_Bool horizontal; /*@ Use @c EINA_TRUE to make @p obj to split panes
horizontally ("top" and "bottom" contents). @c EINA_FALSE to make it horizontally ("top" and "bottom" contents). @c EINA_FALSE to make it
vertically ("left" and "right" contents) */ vertically ("left" and "right" contents) */
} }
} }

View File

@ -8,7 +8,7 @@ class Elm_Photo (Elm_Widget, Evas_Clickable_Interface, Evas_Draggable_Interface)
Set editability of the photo. Set editability of the photo.
An editable photo can be dragged to or from, and can be cut or An editable photo can be dragged to or from, and can be cut or
pasted too. Note that pasting an image or dropping an item on pasted too. Note that pasting an image or dropping an item on
the image will delete the existing content. */ the image will delete the existing content. */
} }
get { get {

View File

@ -47,7 +47,7 @@ class Elm_Progressbar (Elm_Layout)
By default, progress bars will display values from the low to By default, progress bars will display values from the low to
high value boundaries. There are, though, contexts in which the high value boundaries. There are, though, contexts in which the
progress of a given task is @b unknown. For such cases, progress of a given task is @b unknown. For such cases,
one can set a progress bar widget to a "pulsing state", to give one can set a progress bar widget to a "pulsing state", to give
the user an idea that some computation is being held, but the user an idea that some computation is being held, but
without exact progress values. In the default theme, it will without exact progress values. In the default theme, it will

View File

@ -237,7 +237,7 @@ class Elm_Spinner (Elm_Layout)
"round" starting from value @p base. The default base for rounding is 0. "round" starting from value @p base. The default base for rounding is 0.
Example: round = 3, base = 2 Example: round = 3, base = 2
Values: ..., -2, 0, 2, 5, 8, 11, 14, ... Values: ..., -2, 0, 2, 5, 8, 11, 14, ...
Example: round = 2, base = 5.5 Example: round = 2, base = 5.5
Values: ..., -0.5, 1.5, 3.5, 5.5, 7.5, 9.5, 11.5, ... Values: ..., -0.5, 1.5, 3.5, 5.5, 7.5, 9.5, 11.5, ...

View File

@ -15,13 +15,13 @@ class Elm_Table (Elm_Widget)
@brief Get the current table homogeneous mode. @brief Get the current table homogeneous mode.
@return A boolean to indicating if the layout is homogeneous in the table @return A boolean to indicating if the layout is homogeneous in the table
(EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous) (EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous)
@ingroup Table */ @ingroup Table */
} }
values { values {
Eina_Bool homogeneous; /*@ A boolean to set if the layout is homogeneous in the Eina_Bool homogeneous; /*@ A boolean to set if the layout is homogeneous in the
table (EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous) */ table (EINA_TRUE = homogeneous, EINA_FALSE = no homogeneous) */
} }
} }
padding { padding {

View File

@ -68,7 +68,7 @@ class Elm_Toolbar (Elm_Widget, Elm_Interface_Scrollable)
- ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and - ELM_OBJECT_SELECT_MODE_DEFAULT : Items will only call their selection func and
callback when first becoming selected. Any further clicks will callback when first becoming selected. Any further clicks will
do nothing, unless you set always select mode. do nothing, unless you set always select mode.
- ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected, - ELM_OBJECT_SELECT_MODE_ALWAYS : This means that, even if selected,
every click will make the selected callbacks be called. every click will make the selected callbacks be called.
- ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items - ELM_OBJECT_SELECT_MODE_NONE : This will turn off the ability to select items
entirely and they will neither appear selected nor call selected entirely and they will neither appear selected nor call selected