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/master
Commit: 12ff525ef1acaeb6fc0384e5b2f8bb95eb46bf61
Parents: 53d5471
Author: Justin Mclean <jmcl...@apache.org>
Authored: Fri Oct 11 11:57:21 2013 +1100
Committer: Justin Mclean <jmcl...@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>

Reply via email to