Declaring dependencies in the source. Comments only commit.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11007 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-01-05 17:42:45 +00:00
parent 0bc34e48c6
commit b9b7a68b19
37 changed files with 83 additions and 8 deletions

View File

@@ -4,12 +4,6 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/BaseTypes/LonLat.js
* @requires OpenLayers/BaseTypes/Size.js
* @requires OpenLayers/BaseTypes/Pixel.js
* @requires OpenLayers/BaseTypes/Bounds.js
* @requires OpenLayers/BaseTypes/Element.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/SingleFile.js
*/
/** /**
* Constructor: OpenLayers.Class * Constructor: OpenLayers.Class
* Base class used to construct all other classes. Includes support for * Base class used to construct all other classes. Includes support for

View File

@@ -3,6 +3,11 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/Util.js
* @requires OpenLayers/BaseTypes.js
*/
/** /**
* Namespace: OpenLayers.Element * Namespace: OpenLayers.Element
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Size * Class: OpenLayers.Size
* Instances of this class represent a width/height pair * Instances of this class represent a width/height pair

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Namespace: OpenLayers.Console * Namespace: OpenLayers.Console
* The OpenLayers.Console namespace is used for debugging and error logging. * The OpenLayers.Console namespace is used for debugging and error logging.

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
*/ */

View File

@@ -6,6 +6,7 @@
/** /**
* @requires OpenLayers/Control.js * @requires OpenLayers/Control.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
* @requires Rico/Corner.js
*/ */
/** /**

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Marker.js * @requires OpenLayers/Marker.js
* @requires OpenLayers/Popup/AnchoredBubble.js * @requires OpenLayers/Popup/AnchoredBubble.js

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Style.js * @requires OpenLayers/Style.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Format/WKT.js * @requires OpenLayers/Format/WKT.js
* @requires OpenLayers/Feature/Vector.js * @requires OpenLayers/Feature/Vector.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Events.js * @requires OpenLayers/Events.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Icon * Class: OpenLayers.Icon
* *

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
*/ */

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Map.js * @requires OpenLayers/Map.js
* @requires OpenLayers/Projection.js * @requires OpenLayers/Projection.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Events.js * @requires OpenLayers/Events.js
* @requires OpenLayers/Tween.js * @requires OpenLayers/Tween.js

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Events.js * @requires OpenLayers/Events.js
* @requires OpenLayers/Icon.js * @requires OpenLayers/Icon.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Popup * Class: OpenLayers.Popup

View File

@@ -6,6 +6,7 @@
/** /**
* @requires OpenLayers/Popup/Anchored.js * @requires OpenLayers/Popup/Anchored.js
* @requires Rico/Corner.js
*/ */
/** /**

View File

@@ -6,6 +6,9 @@
/** /**
* @requires OpenLayers/Popup/Framed.js * @requires OpenLayers/Popup/Framed.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/BaseTypes/Bounds.js
* @requires OpenLayers/BaseTypes/Pixel.js
* @requires OpenLayers/BaseTypes/Size.js
*/ */
/** /**

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Protocol * Class: OpenLayers.Protocol
* Abstract vector layer protocol class. Not to be instantiated directly. Use * Abstract vector layer protocol class. Not to be instantiated directly. Use

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Renderer * Class: OpenLayers.Renderer
* This is the base class for all renderers. * This is the base class for all renderers.

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Style.js * @requires OpenLayers/Style.js
* @requires OpenLayers/Symbolizer/Point.js * @requires OpenLayers/Symbolizer/Point.js

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Strategy * Class: OpenLayers.Strategy
* Abstract vector layer strategy class. Not to be instantiated directly. Use * Abstract vector layer strategy class. Not to be instantiated directly. Use

View File

@@ -5,6 +5,7 @@
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Feature/Vector.js * @requires OpenLayers/Feature/Vector.js
*/ */

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Rule.js * @requires OpenLayers/Rule.js
* @requires OpenLayers/Symbolizer/Point.js * @requires OpenLayers/Symbolizer/Point.js
* @requires OpenLayers/Symbolizer/Line.js * @requires OpenLayers/Symbolizer/Line.js

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Style.js * @requires OpenLayers/Style.js
* @requires OpenLayers/Feature/Vector.js * @requires OpenLayers/Feature/Vector.js
*/ */

View File

@@ -3,6 +3,10 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the * See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */ * full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/** /**
* Class: OpenLayers.Symbolizer * Class: OpenLayers.Symbolizer
* Base class representing a symbolizer used for feature rendering. * Base class representing a symbolizer used for feature rendering.

View File

@@ -5,6 +5,7 @@
/* /*
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Util.js * @requires OpenLayers/Util.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js

View File

@@ -4,6 +4,7 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes/Class.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
*/ */

View File

@@ -4,6 +4,10 @@
* full text of the license. */ * full text of the license. */
/** /**
* @requires OpenLayers/BaseTypes.js
* @requires OpenLayers/BaseTypes/Element.js
* @requires OpenLayers/BaseTypes/LonLat.js
* @requires OpenLayers/BaseTypes/Size.js
* @requires OpenLayers/Console.js * @requires OpenLayers/Console.js
* @requires OpenLayers/Lang.js * @requires OpenLayers/Lang.js
*/ */

View File

@@ -1,9 +1,15 @@
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/* /*
* This file has been edited substantially from the Rico-released version by * This file has been edited substantially from the Rico-released version by
* the OpenLayers development team. * the OpenLayers development team.
* *
* This file is licensed under the Apache License, Version 2.0. * This file is licensed under the Apache License, Version 2.0.
*/ */
OpenLayers.Rico = OpenLayers.Rico || {};
OpenLayers.Rico.Color = OpenLayers.Class({ OpenLayers.Rico.Color = OpenLayers.Class({
initialize: function(red, green, blue) { initialize: function(red, green, blue) {

View File

@@ -1,3 +1,8 @@
/**
* @requires Rico/Color.js
*/
/* /*
* This file has been edited substantially from the Rico-released * This file has been edited substantially from the Rico-released
* version by the OpenLayers development team. * version by the OpenLayers development team.
@@ -17,7 +22,7 @@
* permissions * and limitations under the License. * permissions * and limitations under the License.
* *
*/ */
OpenLayers.Rico = new Object(); OpenLayers.Rico = OpenLayers.Rico || {};
OpenLayers.Rico.Corner = { OpenLayers.Rico.Corner = {
round: function(e, options) { round: function(e, options) {