Separating jsdoc style docs into their own block. The new NaturalDocs doesn't parse these mixed blocks, giving us no class descriptions with the two together. (closes #1229)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5553 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
* @requires OpenLayers/Util.js
|
||||
* @requires OpenLayers/Marker.js
|
||||
* @requires OpenLayers/Popup/AnchoredBubble.js
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class: OpenLayers.Feature
|
||||
* Features are combinations of geography and attributes. The OpenLayers.Feature
|
||||
* class specifically combines a marker and a lonlat.
|
||||
* class specifically combines a marker and a lonlat.
|
||||
*/
|
||||
OpenLayers.Feature = OpenLayers.Class({
|
||||
|
||||
|
||||
Reference in New Issue
Block a user