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 2012/04/09 08:34:43 UTC

svn commit: r1311140 - in /incubator/flex/branches/patches/projects: advancedgrids/src/mx/controls/ framework/src/mx/binding/utils/ framework/src/mx/managers/ rpc/src/mx/messaging/ spark/src/spark/accessibility/ spark/src/spark/components/gridClasses/

Author: jmclean
Date: Mon Apr  9 06:34:43 2012
New Revision: 1311140

URL: http://svn.apache.org/viewvc?rev=1311140&view=rev
Log:
Changed comments to be in correct ASDoc format (needs to be valid XML in order to compile)

Modified:
    incubator/flex/branches/patches/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as
    incubator/flex/branches/patches/projects/framework/src/mx/binding/utils/ChangeWatcher.as
    incubator/flex/branches/patches/projects/framework/src/mx/managers/LayoutManager.as
    incubator/flex/branches/patches/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as
    incubator/flex/branches/patches/projects/spark/src/spark/accessibility/DataGridAccImpl.as
    incubator/flex/branches/patches/projects/spark/src/spark/components/gridClasses/GridItemRenderer.as

Modified: incubator/flex/branches/patches/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as (original)
+++ incubator/flex/branches/patches/projects/advancedgrids/src/mx/controls/AdvancedDataGridBaseEx.as Mon Apr  9 06:34:43 2012
@@ -6151,7 +6151,7 @@ public class AdvancedDataGridBaseEx exte
     }
 
     /**
-     *  Flip the order from ascending <-> descending for the given column name
+     *  Flip the order from ascending &lt;-&gt; descending for the given column name
      *  in the sort fields list
      *  
      *  @langversion 3.0

Modified: incubator/flex/branches/patches/projects/framework/src/mx/binding/utils/ChangeWatcher.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/framework/src/mx/binding/utils/ChangeWatcher.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/framework/src/mx/binding/utils/ChangeWatcher.as (original)
+++ incubator/flex/branches/patches/projects/framework/src/mx/binding/utils/ChangeWatcher.as Mon Apr  9 06:34:43 2012
@@ -372,7 +372,7 @@ public class ChangeWatcher
     private var next:ChangeWatcher;
 
     /**
-     *  Object { <event-name>: <is-committing>, ... } for current host[name].
+     *  Object { &lt;event-name&gt;: &lt;is-committing&gt;, ... } for current host[name].
      *  Volatile; varies with host.
      *  
      *  @langversion 3.0

Modified: incubator/flex/branches/patches/projects/framework/src/mx/managers/LayoutManager.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/framework/src/mx/managers/LayoutManager.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/framework/src/mx/managers/LayoutManager.as (original)
+++ incubator/flex/branches/patches/projects/framework/src/mx/managers/LayoutManager.as Mon Apr  9 06:34:43 2012
@@ -639,8 +639,8 @@ public class LayoutManager extends Event
      *  and will call the <code>validateSize()</code> method 
      *  on any other components that are 
      *  invalidated while validating other components.  
-     *  The </code>validateSize()</code> method  starts with
-     *  the most deeply nested child in the tree of display objects
+     *  The <code>validateSize()</code> method  starts with
+     *  the most deeply nested child in the tree of display objects.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 9

Modified: incubator/flex/branches/patches/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as (original)
+++ incubator/flex/branches/patches/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as Mon Apr  9 06:34:43 2012
@@ -131,7 +131,7 @@ public class ConsumerMessageDispatcher
 	//--------------------------------------------------------------------------
     
     /**
-     *  Lookup table for subscribed Consumer instances; Object<Consumer clientId, Consumer>
+     *  Lookup table for subscribed Consumer instances; Object&lt;Consumer clientId, Consumer&gt;
      *  This is used to dispatch pushed/polled messages to the proper Consumer instance.
      *  
      *  @langversion 3.0
@@ -143,7 +143,7 @@ public class ConsumerMessageDispatcher
     private const _consumers:Object = {};
     
     /**
-     *  Table of ref-counts per ChannelSet that subscribed Consumer instances are using; Dictionary<ChannelSet, ref-count> (non-weak keys).
+     *  Table of ref-counts per ChannelSet that subscribed Consumer instances are using; Dictionary&lt;ChannelSet, ref-count&gt; (non-weak keys).
      *  The ref-count is the number of subscribed Consumers for the ChannelSet.
      *  When we add a new ChannelSet we need to start listening on it for MessageEvents to redispatch to subscribed Consumers.
      *  When the ref-count drops to zero we need to stop listening on it for MessageEvents and remove it from the table.

Modified: incubator/flex/branches/patches/projects/spark/src/spark/accessibility/DataGridAccImpl.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/spark/src/spark/accessibility/DataGridAccImpl.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/spark/src/spark/accessibility/DataGridAccImpl.as (original)
+++ incubator/flex/branches/patches/projects/spark/src/spark/accessibility/DataGridAccImpl.as Mon Apr  9 06:34:43 2012
@@ -722,30 +722,30 @@ public class DataGridAccImpl extends Lis
      * @param selFlag:uint A combination of flags indicating what to do.
      * Flags may be combined as indicated below:
      * <dl>
-     * <dt><code>SELFLAG_TAKEFOCUS</code>
+     * <dt><code>SELFLAG_TAKEFOCUS</code></dt>
      * <dd>Set focus to the childID given.
-     * May be combined with the below flags.
-     * <dt><code>SELFLAG_TAKESELECTION</code>
+     * May be combined with the below flags.</dd>
+     * <dt><code>SELFLAG_TAKESELECTION</code></dt>
      * <dd>Select the given child and unselect any other selected ones.
      * Combining this with <code>SELFLAG_TAKEFOCUS</code>
-     * emulates a single mouse click.
-     * <dt><code>SELFLAG_ADDSELECTION</code>
+     * emulates a single mouse click.</dd>
+     * <dt><code>SELFLAG_ADDSELECTION</code></dt>
      * <dd>Add the given child to those that are selected.
      * Combining this with <code>SELFLAG_TAKEFOCUS</code>
-     * emulates a mouse click on an unselected item with the <kbd>Ctrl</kbd> key down.
-     * <dt><code>SELFLAG_REMOVESELECTION</code>
+     * emulates a mouse click on an unselected item with the <kbd>Ctrl</kbd> key down.</dd>
+     * <dt><code>SELFLAG_REMOVESELECTION</code></dt>
      * <dd>Remove the given child from those that are selected.
      * Combining this with <code>SELFLAG_TAKEFOCUS</code>
-     * emulates a mouse click on a selected item with the <kbd>Ctrl</kbd> key down.
-     * <dt><code>SELFLAG_ADDSELECTION | SELFLAG_EXTENDSELECTION</code>
-     * <dd>Select all children from the current focus to the given child.
-     * <dt><code>SELFLAG_REMOVESELECTION | SELFLAG_EXTENDSELECTION</code>
-     * <dd>Unselect all children from the current focus to the given child.
-     * <dt><code>SELFLAG_EXTENDSELECTION</code>
+     * emulates a mouse click on a selected item with the <kbd>Ctrl</kbd> key down.</dd>
+     * <dt><code>SELFLAG_ADDSELECTION | SELFLAG_EXTENDSELECTION</code></dt>
+     * <dd>Select all children from the current focus to the given child.</dd>
+     * <dt><code>SELFLAG_REMOVESELECTION | SELFLAG_EXTENDSELECTION</code></dt>
+     * <dd>Unselect all children from the current focus to the given child.</dd>
+     * <dt><code>SELFLAG_EXTENDSELECTION</code></dt>
      * <dd>Duplicate the selected/unselected state of the currently focused child,
      * for all children through the given child.
      * Combining this with <code>SELFLAG_TAKEFOCUS</code>
-     * emulates a mouse click with the <kbd>Shift</kbd> key down.
+     * emulates a mouse click with the <kbd>Shift</kbd> key down.</dd>
      * </dl>
      *  @param childID uint The ID of the child to use.
      * For extending selection or unselection, this is the endpoint,

Modified: incubator/flex/branches/patches/projects/spark/src/spark/components/gridClasses/GridItemRenderer.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/spark/src/spark/components/gridClasses/GridItemRenderer.as?rev=1311140&r1=1311139&r2=1311140&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/spark/src/spark/components/gridClasses/GridItemRenderer.as (original)
+++ incubator/flex/branches/patches/projects/spark/src/spark/components/gridClasses/GridItemRenderer.as Mon Apr  9 06:34:43 2012
@@ -189,7 +189,7 @@ public class GridItemRenderer extends Gr
      *  constructors.
      *  The item renderer's tool tip is computed just before it is shown.
      * 
-     *  If the item renderer's column <code>showDataTips<code> property is true, 
+     *  If the item renderer's column <code>showDataTips</code> property is true, 
      *  a placeholder tool tip is registered with the tool tip manager so that 
      *  mouse handlers are put in place to detect when the tool tip should be
      *  shown by calling this handler.