You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/11 02:59:49 UTC

git commit: [flex-sdk] [refs/heads/release4.11.0] - Fixed malformed asdocs comments

Updated Branches:
  refs/heads/release4.11.0 53d547170 -> 12ff525ef


Fixed malformed asdocs comments


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

Branch: refs/heads/release4.11.0
Commit: 12ff525ef1acaeb6fc0384e5b2f8bb95eb46bf61
Parents: 53d5471
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Oct 11 11:57:21 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Oct 11 11:57:21 2013 +1100

----------------------------------------------------------------------
 .../framework/src/mx/collections/SortFieldCompareTypes.as     | 7 +++----
 .../spark/src/spark/collections/SortFieldCompareTypes.as      | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/12ff525e/frameworks/projects/framework/src/mx/collections/SortFieldCompareTypes.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/SortFieldCompareTypes.as b/frameworks/projects/framework/src/mx/collections/SortFieldCompareTypes.as
index f11c682..119a415 100644
--- a/frameworks/projects/framework/src/mx/collections/SortFieldCompareTypes.as
+++ b/frameworks/projects/framework/src/mx/collections/SortFieldCompareTypes.as
@@ -24,15 +24,14 @@ package mx.collections
     *  The SortFieldCompareTypes class defines the valid constant values for the 
     *  <code>sortCompareType</code> property of the <code>SortField</code> and <code>GridColumn</code>.
     * 
-    *  <p>Designed to be used from a DataGrids column, but can be referenced directly on the </code>SortField</code></p>
+    *  <p>Designed to be used from a DataGrids column, but can be referenced directly on the <code>SortField</code></p>
     *  
-    *  <p>Use the constants in ActionsScript, as the following example shows: </p>
+    *  <p>Use the constants in ActionsScript, as the following example shows:</p>
     *  <pre>
     *    column.sortCompareType = SortFieldCompareTypes.NUMERIC;
     *  </pre>
     *
-    *  <p>In MXML, use the String value of the constants, 
-    *  as the following example shows:</p>
+    *  <p>In MXML, use the String value of the constants, as the following example shows:</p>
     *  <pre>
     *    &lt;s:GridColumn sortCompareType="numeric" /&gt; 
     *  </pre>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/12ff525e/frameworks/projects/spark/src/spark/collections/SortFieldCompareTypes.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/collections/SortFieldCompareTypes.as b/frameworks/projects/spark/src/spark/collections/SortFieldCompareTypes.as
index 98e55f3..e2958e5 100644
--- a/frameworks/projects/spark/src/spark/collections/SortFieldCompareTypes.as
+++ b/frameworks/projects/spark/src/spark/collections/SortFieldCompareTypes.as
@@ -24,15 +24,14 @@ package spark.collections
     *  The SortFieldCompareTypes class defines the valid constant values for the 
     *  <code>sortCompareType</code> property of the <code>SortField</code> and <code>GridColumn</code>.
     * 
-    *  <p>Designed to be used from a DataGrids column, but can be referenced directly on the </code>SortField</code></p>
+    *  <p>Designed to be used from a DataGrids column, but can be referenced directly on the <code>SortField</code></p>
     *  
-    *  <p>Use the constants in ActionsScript, as the following example shows: </p>
+    *  <p>Use the constants in ActionsScript, as the following example shows:</p>
     *  <pre>
     *    column.sortCompareType = SortFieldCompareTypes.NUMERIC;
     *  </pre>
     *
-    *  <p>In MXML, use the String value of the constants, 
-    *  as the following example shows:</p>
+    *  <p>In MXML, use the String value of the constants, as the following example shows:</p>
     *  <pre>
     *    &lt;s:GridColumn sortCompareType="numeric" /&gt; 
     *  </pre>