You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/05/21 19:50:25 UTC

[3/3] git commit: [flex-sdk] [refs/heads/develop] - Fixed the ASDoc by adding the missing

tags and some very minor reformatting.

Fixed the ASDoc by adding the missing </p> tags and some very minor reformatting.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/06fe5af1
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/06fe5af1
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/06fe5af1

Branch: refs/heads/develop
Commit: 06fe5af1ebd9a334cb76792ae0cbc8a07dcd7b8c
Parents: 33c0e34
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue May 21 19:47:37 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue May 21 19:47:37 2013 +0200

----------------------------------------------------------------------
 .../src/spark/layouts/CoverflowLayout.as           |   15 ++++++++-------
 .../src/spark/layouts/RolodexLayout.as             |    2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/06fe5af1/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as b/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
index 773257f..b9d3ab8 100644
--- a/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
+++ b/frameworks/projects/experimental/src/spark/layouts/CoverflowLayout.as
@@ -40,29 +40,30 @@ package spark.layouts
 	 *  <p>The horizontal position of the elements is determined by the combined
 	 *  reult of <code>horizontalAlign</code>, <code>horizontalDisplacement</code>,
 	 *  <code>horizontalAlignOffset</code> or <code>horizontalAlignOffsetPercent</code>,
-	 *  <code>elementHorizontalAlign</code> and <code>selectedHorizontalDisplacement</code>.
+	 *  <code>elementHorizontalAlign</code> and <code>selectedHorizontalDisplacement</code>.</p>
 	 * 
 	 *  <p>The horizontal position of the elements is determined by the combined
 	 *  reult of <code>verticalAlign</code>, <code>verticalDisplacement</code>,
 	 *  <code>verticalAlignOffset</code> or <code>verticalAlignOffsetPercent</code>,
-	 *  <code>elementVerticalAlign</code> and <code>selectedVerticalDisplacement</code>.
+	 *  <code>elementVerticalAlign</code> and <code>selectedVerticalDisplacement</code>.</p>
 	 * 
 	 *  <p>The z position of unselected elements is determined by the
-	 *  <code>maximumZ</code> property.</p>.
+	 *  <code>maximumZ</code> property.</p>
 	 * 
 	 *  <p>The rotation of the elements is determined by the <code>rotationX</code>,
-	 *  <code>rotationY</code> and <code>rotationZ</code> properties.</p>.
+	 *  <code>rotationY</code> and <code>rotationZ</code> properties.</p>
 	 * 
 	 *  <p>The color of unselected elements is determined by the <code>depthColor</code>
-	 *  and <code>depthColorAlpha</code> properties.</p>. If <code>depthColor</code> has
-	 *  a value of -1, no color transform is applied.
+	 *  and <code>depthColorAlpha</code> properties.</p>
+	 * 
+	 *  <p>If <code>depthColor</code> has a value of -1, no color transform is applied.</p>
 	 *  
 	 *  <p>The number elements or elements rendered is determined by the
 	 *  <code>numUnselectedElements</code> property. If <code>numUnselectedElements</code>
 	 *  has a value of -1 and <code>useVirtualLayout</code> has a value of true, 
 	 *  only the elements that fit within the bound of the target are rendered,
 	 *  If <code>numUnselectedElements</code> has a value of -1 and <code>useVirtualLayout</code>
-	 *  has a value of false, all elements are rendered.
+	 *  has a value of false, all elements are rendered.</p>
 	 * 
 	 *  @mxml
 	 *

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/06fe5af1/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as b/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
index 8fffcad..c7428d4 100644
--- a/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
+++ b/frameworks/projects/experimental/src/spark/layouts/RolodexLayout.as
@@ -32,7 +32,7 @@ package spark.layouts
 	 * 
 	 * 	<p>When moving between elements the first element is rotated by 270 degrees,
 	 *  with the transform point anchored on the side of the element specified with
-	 *  <code>rotationAnchor</code> to transition the element in and out of view
+	 *  <code>rotationAnchor</code> to transition the element in and out of view.</p>
 	 *
 	 *  <p>The vertical position of the elements is determined by a combination
 	 *  of the <code>verticalAlign</code>, <code>verticalOffset</code>,