doc: Fixup EDC doc for Evas 3D stuff

Use same paragraph title format
This commit is contained in:
Jean-Philippe Andre 2015-11-09 16:08:10 +09:00
parent b52e9202cc
commit cb2530d921
1 changed files with 20 additions and 14 deletions

View File

@ -8415,7 +8415,7 @@ st_collections_group_parts_part_description_image_scale_hint(void)
@block @block
fill fill
@context @context
part { type: IMAGE or PROXY; part { type: [IMAGE or PROXY];
description { description {
.. ..
fill { 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 @block
properties properties
@context @context
part { part { type: CAMERA;
description { description {
.. ..
properties { 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 @block
properties properties
@context @context
part { part { type: [LIGHT or MESH_NODE];
description { description {
.. ..
properties { 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 @block
orientation orientation
@context @context
part { part { type: [CAMERA or MESH_NODE or LIGHT];
description { description {
.. ..
orientation { orientation {
@ -10328,7 +10333,7 @@ st_collections_group_parts_part_description_properties_shade(void)
@parameters @parameters
[x] [y] [z] [x] [y] [z]
@effect @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. to illuminate.
@endproperty @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 #endif
/** @edcsubsection{collections_group_parts_description_physics_movement_freedom, /** @edcsubsection{collections_group_parts_description_physics_movement_freedom,
* Group.Parts.Part.Description.Physics.Movement Freedom} */ * Group.Parts.Part.Description.Physics.Movement_Freedom} */
/** /**
@page edcref @page edcref
@ -11969,7 +11975,7 @@ st_collections_group_parts_part_description_perspective_focal(void)
filter filter
@context @context
part { part {
type: [IMAGE or TEXT]; type: [IMAGE or TEXT or PROXY or SNAPSHOT];
.. ..
description { description {
.. ..
@ -11992,7 +11998,7 @@ st_collections_group_parts_part_description_perspective_focal(void)
} }
} }
@description @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 For more information, please refer to the page
@ref evasfiltersref "Evas filters reference". @ref evasfiltersref "Evas filters reference".
@endblock @endblock