move all nd comments for CLASS_NAME back to jsdoc style. my personal opinion is that we should get rid of this comment entirely... but that's something that can be debated. so long as they are all the same, it makes it easier to do a global replace when a decision is reached

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3587 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-05 17:33:29 +00:00
parent cdd6acc413
commit 3d73171521
19 changed files with 20 additions and 74 deletions
+1 -3
View File
@@ -201,9 +201,7 @@ OpenLayers.Console = {
*/ */
count: function() {}, count: function() {},
/** /** @final @type String */
* Constant: CLASS_NAME
*/
CLASS_NAME: "OpenLayers.Console" CLASS_NAME: "OpenLayers.Console"
}; };
+1 -4
View File
@@ -683,10 +683,7 @@ OpenLayers.Control.OverviewMap.prototype =
return px; return px;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of this class
*/
CLASS_NAME: 'OpenLayers.Control.OverviewMap' CLASS_NAME: 'OpenLayers.Control.OverviewMap'
}); });
+1 -4
View File
@@ -56,10 +56,7 @@ OpenLayers.Format.prototype = {
alert("Write not implemented."); alert("Write not implemented.");
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} OpenLayers.Format
*/
CLASS_NAME: "OpenLayers.Format" CLASS_NAME: "OpenLayers.Format"
}; };
+1 -4
View File
@@ -273,9 +273,6 @@ OpenLayers.Geometry.Collection.prototype =
return equivalent; return equivalent;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.Collection" CLASS_NAME: "OpenLayers.Geometry.Collection"
}); });
+1 -4
View File
@@ -44,9 +44,6 @@ OpenLayers.Geometry.LineString.prototype =
} }
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.LineString" CLASS_NAME: "OpenLayers.Geometry.LineString"
}); });
+1 -4
View File
@@ -38,9 +38,6 @@ OpenLayers.Geometry.MultiLineString.prototype =
arguments); arguments);
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.MultiLineString" CLASS_NAME: "OpenLayers.Geometry.MultiLineString"
}); });
+1 -4
View File
@@ -63,9 +63,6 @@ OpenLayers.Geometry.MultiPoint.prototype =
this.removeComponent(point); this.removeComponent(point);
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.MultiPoint" CLASS_NAME: "OpenLayers.Geometry.MultiPoint"
}); });
+1 -4
View File
@@ -39,9 +39,6 @@ OpenLayers.Geometry.MultiPolygon.prototype =
arguments); arguments);
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.MultiPolygon" CLASS_NAME: "OpenLayers.Geometry.MultiPolygon"
}); });
+1 -3
View File
@@ -132,8 +132,6 @@ OpenLayers.Geometry.Point.prototype =
this.y = this.y + y; this.y = this.y + y;
}, },
/** Constant: CLASS_NAME /** @final @type String */
* {String} Name of this class
*/
CLASS_NAME: "OpenLayers.Geometry.Point" CLASS_NAME: "OpenLayers.Geometry.Point"
}); });
+1 -4
View File
@@ -58,9 +58,6 @@ OpenLayers.Geometry.Polygon.prototype =
return area; return area;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Geometry.Polygon" CLASS_NAME: "OpenLayers.Geometry.Polygon"
}); });
+1 -4
View File
@@ -240,9 +240,6 @@ OpenLayers.Handler.Path.prototype =
return false; return false;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Handler.Path" CLASS_NAME: "OpenLayers.Handler.Path"
}); });
+1 -4
View File
@@ -263,9 +263,6 @@ OpenLayers.Handler.Point.prototype =
} }
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Handler.Point" CLASS_NAME: "OpenLayers.Handler.Point"
}); });
+1 -4
View File
@@ -361,9 +361,6 @@ OpenLayers.Layer.EventPane.prototype =
return moPixel; return moPixel;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of this class
*/
CLASS_NAME: "OpenLayers.Layer.EventPane" CLASS_NAME: "OpenLayers.Layer.EventPane"
}); });
+1 -4
View File
@@ -465,9 +465,6 @@ OpenLayers.Layer.Grid.prototype =
} }
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of this class
*/
CLASS_NAME: "OpenLayers.Layer.Grid" CLASS_NAME: "OpenLayers.Layer.Grid"
}); });
+1 -4
View File
@@ -204,9 +204,6 @@ OpenLayers.Layer.Image.prototype =
return this.url; return this.url;
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} OpenLayers.Layer.Image
*/
CLASS_NAME: "OpenLayers.Layer.Image" CLASS_NAME: "OpenLayers.Layer.Image"
}); });
+2 -4
View File
@@ -200,9 +200,7 @@ OpenLayers.Layer.MapServer.prototype =
} }
return requestString; return requestString;
}, },
/**
* Constant: CLASS_NAME /** @final @type String */
* {String} OpenLayers.Layer.MapServer
*/
CLASS_NAME: "OpenLayers.Layer.MapServer" CLASS_NAME: "OpenLayers.Layer.MapServer"
}); });
+1 -4
View File
@@ -431,9 +431,6 @@ OpenLayers.Layer.Vector.prototype =
preFeatureInsert: function(feature) { preFeatureInsert: function(feature) {
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} 'OpenLayers.Layer.Vector'
*/
CLASS_NAME: "OpenLayers.Layer.Vector" CLASS_NAME: "OpenLayers.Layer.Vector"
}); });
+1 -4
View File
@@ -232,10 +232,7 @@ OpenLayers.Tile.Image.prototype =
} }
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Tile.Image" CLASS_NAME: "OpenLayers.Tile.Image"
} }
); );
+1 -4
View File
@@ -148,10 +148,7 @@ OpenLayers.Tile.WFS.prototype =
} }
}, },
/** /** @final @type String */
* Constant: CLASS_NAME
* {String} Name of class.
*/
CLASS_NAME: "OpenLayers.Tile.WFS" CLASS_NAME: "OpenLayers.Tile.WFS"
} }
); );