summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2015-11-09 16:08:10 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2015-11-09 16:11:35 +0900
commitcb2530d921e027f884f1c811ca97a1268bea1c11 (patch)
treede4712b27401c87d3cd549d562a1837d87da6c15
parentb52e9202cce08c08668e513cebe21375ef854cdb (diff)
downloadefl-cb2530d921e027f884f1c811ca97a1268bea1c11.tar.gz
doc: Fixup EDC doc for Evas 3D stuff
Use same paragraph title format
-rw-r--r--src/bin/edje/edje_cc_handlers.c34
1 files changed, 20 insertions, 14 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 4d118c6db7..f82b020fdf 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -8415,7 +8415,7 @@ st_collections_group_parts_part_description_image_scale_hint(void)
@block
fill
@context
- part { type: IMAGE or PROXY;
+ part { type: [IMAGE or PROXY];
description {
..
fill {
@@ -9683,7 +9683,8 @@ static void st_collections_group_parts_part_description_table_padding(void)
}
/**
- @edcsubsection{collections_group_parts_description_proxy, Proxy}
+ @edcsubsection{collections_group_parts_description_proxy,
+ Group.Parts.Part.Description.Proxy}
*/
/**
@@ -9764,7 +9765,8 @@ st_collections_group_parts_part_description_proxy_source_visible(void)
}
/**
- @edcsubsection{collections_group_parts_description_positon,Position}
+ @edcsubsection{collections_group_parts_description_positon,
+ Group.Parts.Part.Description.Position}
*/
/**
@@ -9912,7 +9914,8 @@ st_collections_group_parts_part_description_position_space(void)
}
/**
- @edcsubsection{collections_group_parts_description_camera,Properties}
+ @edcsubsection{collections_group_parts_description_camera,
+ Group.Parts.Part.Description.Properties}
*/
/**
@@ -9921,7 +9924,7 @@ st_collections_group_parts_part_description_position_space(void)
@block
properties
@context
- part {
+ part { type: CAMERA;
description {
..
properties {
@@ -9964,7 +9967,8 @@ st_collections_group_parts_part_description_camera_properties(void)
}
/**
- @edcsubsection{collections_group_parts_description_properties,Properties}
+ @edcsubsection{collections_group_parts_description_properties,
+ Group.Parts.Part.Description.Properties}
*/
/**
@@ -9973,7 +9977,7 @@ st_collections_group_parts_part_description_camera_properties(void)
@block
properties
@context
- part {
+ part { type: [LIGHT or MESH_NODE];
description {
..
properties {
@@ -10297,7 +10301,8 @@ st_collections_group_parts_part_description_properties_shade(void)
}
/**
- @edcsubsection{collections_group_parts_description_orientation,Orientation}
+ @edcsubsection{collections_group_parts_description_orientation,
+ Group.Parts.Part.Description.Orientation}
*/
/**
@@ -10306,7 +10311,7 @@ st_collections_group_parts_part_description_properties_shade(void)
@block
orientation
@context
- part {
+ part { type: [CAMERA or MESH_NODE or LIGHT];
description {
..
orientation {
@@ -10328,7 +10333,7 @@ st_collections_group_parts_part_description_properties_shade(void)
@parameters
[x] [y] [z]
@effect
- Indicates a target point for CAMERA and MESH_NODE or for LIGHt to see or
+ Indicates a target point for CAMERA and MESH_NODE or for LIGHT to see or
to illuminate.
@endproperty
*/
@@ -10522,7 +10527,8 @@ st_collections_group_parts_part_description_orientation_quaternion(void)
}
/**
- @edcsubsection{collections_group_parts_description_texture,Texture}
+ @edcsubsection{collections_group_parts_description_texture,
+ Group.Parts.Part.Description.Texture}
*/
/**
@@ -11296,7 +11302,7 @@ st_collections_group_parts_part_description_physics_backface_cull(void)
#endif
/** @edcsubsection{collections_group_parts_description_physics_movement_freedom,
- * Group.Parts.Part.Description.Physics.Movement Freedom} */
+ * Group.Parts.Part.Description.Physics.Movement_Freedom} */
/**
@page edcref
@@ -11969,7 +11975,7 @@ st_collections_group_parts_part_description_perspective_focal(void)
filter
@context
part {
- type: [IMAGE or TEXT];
+ type: [IMAGE or TEXT or PROXY or SNAPSHOT];
..
description {
..
@@ -11992,7 +11998,7 @@ st_collections_group_parts_part_description_perspective_focal(void)
}
}
@description
- Applies a series of image filters to a TEXT or IMAGE part.
+ Applies a series of image filters to a TEXT, IMAGE, PROXY or SNAPSHOT part.
For more information, please refer to the page
@ref evasfiltersref "Evas filters reference".
@endblock