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:
@@ -14,7 +14,9 @@ OpenLayers.State = {
|
||||
/**
|
||||
* @requires OpenLayers/Feature.js
|
||||
* @requires OpenLayers/Util.js
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class: OpenLayers.Feature.Vector
|
||||
* Vector features use the OpenLayers.Geometry classes as geometry description.
|
||||
* They have an 'attributes' property, which is the data object, and a 'style'
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
* license. See http://svn.openlayers.org/trunk/openlayers/license.txt for the
|
||||
* full text of the license. */
|
||||
|
||||
|
||||
/**
|
||||
* @requires OpenLayers/Feature.js
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Class: OpenLayers.Feature.WFS
|
||||
* WFS handling class, for use as a featureClass on the WFS layer for handling
|
||||
* 'point' WFS types. Good for subclassing when creating a custom WFS like
|
||||
|
||||
Reference in New Issue
Block a user