Filling our log with cruft, adding meaningless conflicts for merges, and changing a comment style that ndocs could care less about, this commit changes Return to Returns (closes #945).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4110 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+12
-12
@@ -277,7 +277,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Parameters:
|
||||
* obj - {<OpenLayers.Layer>} The layer to be cloned
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.Layer>} An exact clone of this <OpenLayers.Layer>
|
||||
*/
|
||||
clone: function (obj) {
|
||||
@@ -344,7 +344,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* APIMethod: redraw
|
||||
* Redraws the layer. Returns true if the layer was redrawn, false if not.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The layer was redrawn.
|
||||
*/
|
||||
redraw: function() {
|
||||
@@ -437,7 +437,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: getImageSize
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.Size>} The size that the image should be, taking into
|
||||
* account gutters.
|
||||
*/
|
||||
@@ -474,7 +474,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: getVisibility
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The layer should be displayed (if in range).
|
||||
*/
|
||||
getVisibility: function() {
|
||||
@@ -525,7 +525,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
/**
|
||||
* Method: calculateInRange
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Boolean} The layer is displayable at the current map's current
|
||||
* resolution.
|
||||
*/
|
||||
@@ -695,7 +695,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: getResolution
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Float} The currently selected resolution of the map, taken from the
|
||||
* resolutions array, indexed by current zoom level.
|
||||
*/
|
||||
@@ -707,7 +707,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: getExtent
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.Bounds>} A Bounds object which represents the lon/lat
|
||||
* bounds of the current viewPort.
|
||||
*/
|
||||
@@ -724,7 +724,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Parameters:
|
||||
* bounds - {<OpenLayers.Bounds>}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Integer} The index of the zoomLevel (entry in the resolutions array)
|
||||
* that still contains the passed-in extent. We do this by calculating
|
||||
* the ideal resolution for the given exteng (based on the map size)
|
||||
@@ -744,7 +744,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Calculates the max extent which includes all of the data for the layer.
|
||||
* This function is to be implemented by subclasses.
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.Bounds>}
|
||||
*/
|
||||
getDataExtent: function () {
|
||||
@@ -757,7 +757,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Parameters:
|
||||
* resolution - {Float}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {Integer} The index of the zoomLevel (entry in the resolutions array)
|
||||
* that is the smallest resolution that is greater than the passed-in
|
||||
* resolution.
|
||||
@@ -778,7 +778,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Parameters:
|
||||
* viewPortPx - {<OpenLayers.Pixel>}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.LonLat>} An OpenLayers.LonLat which is the passed-in
|
||||
* view port <OpenLayers.Pixel>, translated into lon/lat by the layer.
|
||||
*/
|
||||
@@ -810,7 +810,7 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
* Parameters:
|
||||
* lonlat - {<OpenLayers.LonLat>}
|
||||
*
|
||||
* Return:
|
||||
* Returns:
|
||||
* {<OpenLayers.Pixel>} An <OpenLayers.Pixel> which is the passed-in
|
||||
* <OpenLayers.LonLat>,translated into view port pixels.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user