Updated Branches:
  refs/heads/develop 8e0eab9ee -> 6c7c8c843

more asdoc fixes


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6c7c8c84
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6c7c8c84
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6c7c8c84

Branch: refs/heads/develop
Commit: 6c7c8c843d6ebfdcbe73dc94028c8eaf7b0dedb5
Parents: 8e0eab9
Author: Alex Harui <[email protected]>
Authored: Thu Feb 6 20:57:00 2014 -0800
Committer: Alex Harui <[email protected]>
Committed: Thu Feb 6 20:58:29 2014 -0800

----------------------------------------------------------------------
 .../apache/flex/html/staticControls/beads/IDropDownListView.as  | 4 ++--
 .../beads/controllers/ScrollBarMouseControllerBase.as           | 5 ++++-
 .../html/staticControls/beads/models/ArraySelectionModel.as     | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6c7c8c84/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IDropDownListView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IDropDownListView.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IDropDownListView.as
index 89b6e9a..ca865bc 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IDropDownListView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IDropDownListView.as
@@ -34,7 +34,7 @@ package org.apache.flex.html.staticControls.beads
        {
         
         /**
-         *  @copy org.apache.flex.html.staticControls.DropDownListView#popup
+         *  @copy 
org.apache.flex.html.staticControls.beads.DropDownListView#popup
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
         function get popUp():IStrand;
         
         /**
-         *  @copy 
org.apache.flex.html.staticControls.DropDownListView#popupVisible
+         *  @copy 
org.apache.flex.html.staticControls.beads.DropDownListView#popupVisible
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6c7c8c84/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ScrollBarMouseControllerBase.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ScrollBarMouseControllerBase.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ScrollBarMouseControllerBase.as
index 82924ba..de4f73c 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ScrollBarMouseControllerBase.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/controllers/ScrollBarMouseControllerBase.as
@@ -102,8 +102,11 @@ package 
org.apache.flex.html.staticControls.beads.controllers
                }
                
         /**
-         *  Returns the input number "snapped" to the snapInterval.
+         *  Force the input number to be "snapped" to the snapInterval.
          *  
+         *  @param value The input number.
+         *  @return The input number "snapped" to the snapInterval.
+         * 
          *  @langversion 3.0
          *  @playerversion Flash 10.2
          *  @playerversion AIR 2.6

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6c7c8c84/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ArraySelectionModel.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ArraySelectionModel.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ArraySelectionModel.as
index 764aaf6..8859ab8 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ArraySelectionModel.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/models/ArraySelectionModel.as
@@ -141,7 +141,7 @@ package org.apache.flex.html.staticControls.beads.models
                }
                
         /**
-         *  @copy org.apache.flex.core.ISelectionModel#rollOverIndex
+         *  @copy org.apache.flex.core.IRollOverModel#rollOverIndex
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2

Reply via email to