Repository: flex-asjs Updated Branches: refs/heads/develop ceb75a727 -> 0ec7b3b46
Should fix asdoc issues with google.maps code. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0ec7b3b4 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0ec7b3b4 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0ec7b3b4 Branch: refs/heads/develop Commit: 0ec7b3b46ecbcd44e7915b1b924a316e424b8270 Parents: ceb75a7 Author: Peter Ent <[email protected]> Authored: Tue Feb 2 13:38:22 2016 -0500 Committer: Peter Ent <[email protected]> Committed: Tue Feb 2 13:38:22 2016 -0500 ---------------------------------------------------------------------- .../GoogleMaps/as/src/google/maps/DirectionsRenderer.as | 2 ++ .../GoogleMaps/as/src/google/maps/FusionTablesStyle.as | 6 +++--- .../as/src/google/maps/GeocoderAddressComponent.as | 2 +- .../GoogleMaps/as/src/google/maps/GeocoderResult.as | 4 ++-- .../projects/GoogleMaps/as/src/google/maps/Map.as | 2 +- .../projects/GoogleMaps/as/src/google/maps/MapPanes.as | 2 ++ .../GoogleMaps/as/src/google/maps/StreetViewPanorama.as | 2 +- .../GoogleMaps/as/src/google/maps/adsense/AdUnit.as | 1 + .../as/src/google/maps/places/Autocomplete.as | 1 + .../GoogleMaps/as/src/google/maps/places/PlaceResult.as | 12 ++++++------ .../GoogleMaps/as/src/google/maps/places/PlaceReview.as | 2 +- .../GoogleMaps/as/src/google/maps/places/SearchBox.as | 2 ++ .../GoogleMaps/as/src/google/pseudo/HTMLInputElement.as | 5 +++++ .../projects/GoogleMaps/as/src/google/pseudo/Node.as | 5 +++++ 14 files changed, 33 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/DirectionsRenderer.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/DirectionsRenderer.as b/frameworks/projects/GoogleMaps/as/src/google/maps/DirectionsRenderer.as index 71661ce..f548646 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/DirectionsRenderer.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/DirectionsRenderer.as @@ -1,4 +1,6 @@ package google.maps { + +import google.pseudo.Node; /** * @see [google_maps_api_v3_11] http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/FusionTablesStyle.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/FusionTablesStyle.as b/frameworks/projects/GoogleMaps/as/src/google/maps/FusionTablesStyle.as index 7eb675a..2f428c8 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/FusionTablesStyle.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/FusionTablesStyle.as @@ -13,19 +13,19 @@ public class FusionTablesStyle { } /** - * @see JSType - [(Object<?,string>|google.maps.FusionTablesPolygonOptions|null)] + * @see JSType - [(Object(?,string)|google.maps.FusionTablesPolygonOptions|null)] * @see [google_maps_api_v3_11] */ public var polygonOptions:Object; /** - * @see JSType - [(Object<?,string>|google.maps.FusionTablesPolylineOptions|null)] + * @see JSType - [(Object(?,string)|google.maps.FusionTablesPolylineOptions|null)] * @see [google_maps_api_v3_11] */ public var polylineOptions:Object; /** - * @see JSType - [(Object<?,string>|google.maps.FusionTablesMarkerOptions|null)] + * @see JSType - [(Object(?,string)|google.maps.FusionTablesMarkerOptions|null)] * @see [google_maps_api_v3_11] */ public var markerOptions:Object; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderAddressComponent.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderAddressComponent.as b/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderAddressComponent.as index 82a36ae..60ffa1e 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderAddressComponent.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderAddressComponent.as @@ -19,7 +19,7 @@ public class GeocoderAddressComponent { public var long_name:String; /** - * @see JSType - [(Array<string>|null)] + * @see JSType - [(Array(string)|null)] * @see [google_maps_api_v3_11] */ public var types:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderResult.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderResult.as b/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderResult.as index 300d662..773e3f5 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderResult.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/GeocoderResult.as @@ -13,7 +13,7 @@ public class GeocoderResult { } /** - * @see JSType - [(Array<(google.maps.GeocoderAddressComponent|null)>|null)] + * @see JSType - [(Array((google.maps.GeocoderAddressComponent|null))|null)] * @see [google_maps_api_v3_11] */ public var address_components:Array; @@ -25,7 +25,7 @@ public class GeocoderResult { public var formatted_address:String; /** - * @see JSType - [(Array<string>|null)] + * @see JSType - [(Array(string>|null)] * @see [google_maps_api_v3_11] */ public var types:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as b/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as index 23f8e3f..43ce77b 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/Map.as @@ -15,7 +15,7 @@ public class Map extends google.maps.MVCObject { } /** - * @see JSType - [(Array<(google.maps.MVCArray|null)>|null)] + * @see JSType - [(Array((google.maps.MVCArray|null))|null)] * @see [google_maps_api_v3_11] */ public var controls:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as b/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as index 1a86c9f..7ad8104 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/MapPanes.as @@ -1,4 +1,6 @@ package google.maps { + +import google.pseudo.Node; /** * @see [google_maps_api_v3_11] http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as index 434990d..6fe67f7 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/StreetViewPanorama.as @@ -15,7 +15,7 @@ public class StreetViewPanorama extends google.maps.MVCObject { } /** - * @see JSType - [(Array<(google.maps.MVCArray|null)>|null)] + * @see JSType - [(Array((google.maps.MVCArray|null))|null)] * @see [google_maps_api_v3_11] */ public var controls:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as b/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as index 8596636..8cf5742 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/adsense/AdUnit.as @@ -3,6 +3,7 @@ package google.maps.adsense { import google.maps.Map; import google.maps.MVCObject; import google.maps.ControlPosition; +import google.pseudo.Node; /** * @see [google_maps_api_v3_11] http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/places/Autocomplete.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/places/Autocomplete.as b/frameworks/projects/GoogleMaps/as/src/google/maps/places/Autocomplete.as index 74c2ea2..e1bf0f0 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/places/Autocomplete.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/places/Autocomplete.as @@ -2,6 +2,7 @@ package google.maps.places { import google.maps.MVCObject; import google.maps.LatLngBounds; +import google.pseudo.HTMLInputElement; /** * @see [google_maps_api_v3_11] http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceResult.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceResult.as b/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceResult.as index cc85b5e..141b4e9 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceResult.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceResult.as @@ -19,7 +19,7 @@ public class PlaceResult { public var icon:String; /** - * @see JSType - [(Array<(google.maps.places.PlaceReview|null)>|null)] + * @see JSType - [(Array((google.maps.places.PlaceReview|null))|null)] * @see [google_maps_api_v3_11] */ public var reviews:Array; @@ -31,7 +31,7 @@ public class PlaceResult { public var website:String; /** - * @see JSType - [(Array<(google.maps.places.PlaceAspectRating|null)>|null)] + * @see JSType - [(Array((google.maps.places.PlaceAspectRating|null))|null)] * @see [google_maps_api_v3_11] */ public var aspects:Array; @@ -85,7 +85,7 @@ public class PlaceResult { public var id:String; /** - * @see JSType - [(Array<(google.maps.places.PlacePhoto|null)>|null)] + * @see JSType - [(Array((google.maps.places.PlacePhoto|null))|null)] * @see [google_maps_api_v3_11] */ public var photos:Array; @@ -97,13 +97,13 @@ public class PlaceResult { public var vicinity:String; /** - * @see JSType - [(Array<string>|null)] + * @see JSType - [(Array(string)|null)] * @see [google_maps_api_v3_11] */ public var html_attributions:Array; /** - * @see JSType - [(Array<(google.maps.GeocoderAddressComponent|null)>|null)] + * @see JSType - [(Array((google.maps.GeocoderAddressComponent|null))|null)] * @see [google_maps_api_v3_11] */ public var address_components:Array; @@ -133,7 +133,7 @@ public class PlaceResult { public var rating:Number; /** - * @see JSType - [(Array<string>|null)] + * @see JSType - [(Array(string)|null)] * @see [google_maps_api_v3_11] */ public var types:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceReview.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceReview.as b/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceReview.as index 01f4763..daf9a63 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceReview.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/places/PlaceReview.as @@ -31,7 +31,7 @@ public class PlaceReview { public var author_name:String; /** - * @see JSType - [(Array<(google.maps.places.PlaceAspectRating|null)>|null)] + * @see JSType - [(Array(google.maps.places.PlaceAspectRating|null)|null)] * @see [google_maps_api_v3_11] */ public var aspects:Array; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/maps/places/SearchBox.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/maps/places/SearchBox.as b/frameworks/projects/GoogleMaps/as/src/google/maps/places/SearchBox.as index 0fca892..20ae004 100644 --- a/frameworks/projects/GoogleMaps/as/src/google/maps/places/SearchBox.as +++ b/frameworks/projects/GoogleMaps/as/src/google/maps/places/SearchBox.as @@ -2,6 +2,8 @@ package google.maps.places { import google.maps.MVCObject; import google.maps.LatLngBounds; +import google.pseudo.Node; +import google.pseudo.HTMLInputElement; /** * @see [google_maps_api_v3_11] http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/pseudo/HTMLInputElement.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/pseudo/HTMLInputElement.as b/frameworks/projects/GoogleMaps/as/src/google/pseudo/HTMLInputElement.as new file mode 100644 index 0000000..27b12aa --- /dev/null +++ b/frameworks/projects/GoogleMaps/as/src/google/pseudo/HTMLInputElement.as @@ -0,0 +1,5 @@ +package google.pseudo { +public class HTMLInputElement extends Object { +} +} + http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ec7b3b4/frameworks/projects/GoogleMaps/as/src/google/pseudo/Node.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/GoogleMaps/as/src/google/pseudo/Node.as b/frameworks/projects/GoogleMaps/as/src/google/pseudo/Node.as new file mode 100644 index 0000000..3f67a33 --- /dev/null +++ b/frameworks/projects/GoogleMaps/as/src/google/pseudo/Node.as @@ -0,0 +1,5 @@ +package google.pseudo { +public class Node extends Object { +} +} +
