edje_cc: fix spelling

@fix
This commit is contained in:
Andrii Kroitor 2017-10-30 11:23:44 +02:00
parent d83ebb6980
commit c8edb208dd
1 changed files with 14 additions and 14 deletions

View File

@ -2934,7 +2934,7 @@ st_data_item(void)
[parameter name] [parameter filename] [parameter name] [parameter filename]
@effect @effect
Defines a new parameter, the value will be the contents of the Defines a new parameter, the value will be the contents of the
specified file formated as a single string of text. This property only specified file formatted as a single string of text. This property only
works with plain text files. works with plain text files.
@endproperty @endproperty
*/ */
@ -6086,7 +6086,7 @@ st_collections_group_limits_vertical(void)
It will send a signal: "limit,name,over" when the object is resized and pass It will send a signal: "limit,name,over" when the object is resized and pass
the limit by growing over it. And it will send: "limit,name,below" when the limit by growing over it. And it will send: "limit,name,below" when
it pass below that limit. it pass below that limit.
This limit will be applied on the x absis and is expressed in pixels. This limit will be applied on the x axis and is expressed in pixels.
@endproperty @endproperty
*/ */
static void static void
@ -7495,7 +7495,7 @@ st_collections_group_parts_part_entry_mode(void)
mouse, drag and release to end. mouse, drag and release to end.
@li EXPLICIT mode requires the application @li EXPLICIT mode requires the application
controlling the edje object has to explicitly begin and end selection controlling the edje object has to explicitly begin and end selection
modes, and the selection itself is dragable at both ends. modes, and the selection itself is draggable at both ends.
@endproperty @endproperty
*/ */
static void static void
@ -7641,7 +7641,7 @@ st_collections_group_parts_part_dragable_x(void)
used to enable (1 or -1) and disable (0) dragging along the axis. When used to enable (1 or -1) and disable (0) dragging along the axis. When
enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second enabled, 1 will set the starting point at 0.0 and -1 at 1.0. The second
parameter takes any integer and will limit movement to values parameter takes any integer and will limit movement to values
divisibles by it, causing the part to jump from position to position. divisible by it, causing the part to jump from position to position.
If step is set to 0 it is calculated as height of confine part divided by If step is set to 0 it is calculated as height of confine part divided by
count. count.
@ -9035,8 +9035,8 @@ st_collections_group_parts_part_description_limit(void)
axis inside its container. @c "0.0" means left/top edges of axis inside its container. @c "0.0" means left/top edges of
the object touching container's respective ones, while @c the object touching container's respective ones, while @c
"1.0" stands for right/bottom edges of the object (on "1.0" stands for right/bottom edges of the object (on
horizonal/vertical axis, respectively). horizontal/vertical axis, respectively).
There is one more parametr for Z axis in case of MESH_NODE. There is one more parameter for Z axis in case of MESH_NODE.
Defaults: 0.5 0.5 (0.5) Defaults: 0.5 0.5 (0.5)
@endproperty @endproperty
@ -9133,7 +9133,7 @@ st_collections_group_parts_part_description_min(void)
@property @property
minmul minmul
@parameters @parameters
[width multipler] [height multiplier] [width multiplier] [height multiplier]
@effect @effect
A multiplier FORCIBLY applied to whatever minimum size is only during A multiplier FORCIBLY applied to whatever minimum size is only during
minimum size calculation. minimum size calculation.
@ -9551,7 +9551,7 @@ st_collections_group_parts_part_description_rel1_offset(void)
[another part's name] [another part's name]
@effect @effect
Causes a corner to be positioned relatively to another part's Causes a corner to be positioned relatively to another part's
container. Setting to "" will un-set this value for inherited container. Setting to "" will unset this value for inherited
parts. parts.
@endproperty @endproperty
*/ */
@ -9602,7 +9602,7 @@ st_collections_group_parts_part_description_rel1_to(void)
@effect @effect
Causes a corner to be positioned relatively to the X axis of another Causes a corner to be positioned relatively to the X axis of another
part's container. Simply put affects the first parameter of "relative". part's container. Simply put affects the first parameter of "relative".
Setting to "" will un-set this value for inherited parts. Setting to "" will unset this value for inherited parts.
@endproperty @endproperty
*/ */
static void static void
@ -9653,7 +9653,7 @@ st_collections_group_parts_part_description_rel1_to_x(void)
@effect @effect
Causes a corner to be positioned relatively to the Y axis of another Causes a corner to be positioned relatively to the Y axis of another
part's container. Simply put, affects the second parameter of part's container. Simply put, affects the second parameter of
"relative". Setting to "" will un-set this value for inherited parts. "relative". Setting to "" will unset this value for inherited parts.
@endproperty @endproperty
*/ */
static void static void
@ -12012,7 +12012,7 @@ st_collections_group_parts_part_description_proxy_source_visible(void)
} }
/** /**
@edcsubsection{collections_group_parts_description_positon, @edcsubsection{collections_group_parts_description_position,
Group.Parts.Part.Description.Position} Group.Parts.Part.Description.Position}
*/ */
@ -12794,7 +12794,7 @@ st_collections_group_parts_part_description_orientation_quaternion(void)
@parameters @parameters
[scale_x] [scale_y] [scale_z] [scale_x] [scale_y] [scale_z]
@effect @effect
Specifies the scale parametr for MESH_NODE. Specifies the scale parameter for MESH_NODE.
@endproperty @endproperty
*/ */
static void static void
@ -13149,7 +13149,7 @@ st_collections_group_parts_part_description_texture_filter2(void)
@parameters @parameters
[PRIMITIVE] [PRIMITIVE]
@effect @effect
Specifies the the type of primitive model to be used. Specifies the type of primitive model to be used.
Valid primitives: Valid primitives:
@li NONE @li NONE
@li CUBE @li CUBE
@ -13596,7 +13596,7 @@ st_collections_group_parts_part_description_physics_density(void)
@property @property
hardness hardness
@parameters @parameters
[soft bodie or cloth hardness] [soft body or cloth hardness]
@effect @effect
The hardness is set with a double value (0.0 - 1.0), defining The hardness is set with a double value (0.0 - 1.0), defining
how the soft body is supposed to deform. how the soft body is supposed to deform.