You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2016/05/10 15:42:01 UTC

git commit: [flex-asjs] [refs/heads/develop] - Fixed issues found by asdoc.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop d26cf8091 -> 673d230d8


Fixed issues found by asdoc.


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

Branch: refs/heads/develop
Commit: 673d230d8fd3615a26eeee554d9fa826b4014867
Parents: d26cf80
Author: Peter Ent <pe...@apache.org>
Authored: Tue May 10 11:41:57 2016 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Tue May 10 11:41:57 2016 -0400

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/createjs/Application.as        | 2 +-
 .../src/main/flex/org/apache/flex/createjs/core/UIBase.as        | 2 +-
 .../projects/GoogleMaps/src/main/flex/google/maps/Marker.as      | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/673d230d/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/Application.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/Application.as b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/Application.as
index bc2025f..9eccec2 100644
--- a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/Application.as
+++ b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/Application.as
@@ -97,7 +97,7 @@ package org.apache.flex.createjs
 	 *  an initial view.
 	 * 
      * This is the CreateJS Application class which must be used in place of the normal
-	 * FlexJS Application. CreateJS uses the HTML5 <canvas>, rather than the HTML DOM. This
+	 * FlexJS Application. CreateJS uses the HTML5 &lt;canvas&gt;, rather than the HTML DOM. This
 	 * class sets up the canvas and injects the necessary HTML elements into the index.html
 	 * file to bootstrap CreateJS.
 	 *

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/673d230d/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/UIBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/UIBase.as b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/UIBase.as
index 467a2c8..568d954 100644
--- a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/UIBase.as
+++ b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/UIBase.as
@@ -44,7 +44,7 @@ package org.apache.flex.createjs.core
 	
 	/**
 	 * The CreateJS framework provides its own version of UIBase. CreateJS uses
-	 * the HTML 5 <canvas> for its work and does not use the HTML DOM like the
+	 * the HTML 5 &lt;canvas&gt; for its work and does not use the HTML DOM like the
 	 * most of FlexJS, so this replacement for UIBase allows the CreateJS wrapper
 	 * classes for FlexJS to fit in.
 	 *

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/673d230d/frameworks/projects/GoogleMaps/src/main/flex/google/maps/Marker.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/src/main/flex/google/maps/Marker.as b/frameworks/projects/GoogleMaps/src/main/flex/google/maps/Marker.as
index 1872cc6..72b8a65 100644
--- a/frameworks/projects/GoogleMaps/src/main/flex/google/maps/Marker.as
+++ b/frameworks/projects/GoogleMaps/src/main/flex/google/maps/Marker.as
@@ -25,7 +25,7 @@ package google.maps {
 public class Marker extends google.maps.MVCObject {
 
     /**
-     * @param opt_opts [(Object<?,string>|google.maps.MarkerOptions|null|undefined)] 
+     * @param opt_opts [(Object|google.maps.MarkerOptions|null|undefined)] 
      * @see [google_maps_api_v3_11]
      */
     public function Marker(opt_opts:Object = null) {
@@ -277,7 +277,7 @@ public class Marker extends google.maps.MVCObject {
 	}
 
     /**
-     * @param options [(Object<?,string>|google.maps.MarkerOptions|null)] 
+     * @param options [(Object|google.maps.MarkerOptions|null)] 
      * @see [google_maps_api_v3_11]
      * @returns {undefined} 
      */