fix Natural Docs comments, no functional change. p=jorix, r=me (closes #2989)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -582,7 +582,7 @@ OpenLayers.Format.GML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* Method: parseAttributes
|
||||
*
|
||||
* Parameters:
|
||||
* node - {<DOMElement>}
|
||||
* node - {DOMElement}
|
||||
*
|
||||
* Returns:
|
||||
* {Object} An attributes object.
|
||||
|
||||
@@ -134,7 +134,7 @@ OpenLayers.Format.GPX = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* Method: extractSegment
|
||||
*
|
||||
* Parameters:
|
||||
* segment - {<DOMElement>} a trkseg or rte node to parse
|
||||
* segment - {DOMElement} a trkseg or rte node to parse
|
||||
* segmentType - {String} nodeName of waypoints that form the line
|
||||
*
|
||||
* Returns:
|
||||
|
||||
@@ -263,12 +263,12 @@ OpenLayers.Format.GeoRSS = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
/**
|
||||
* APIMethod: read
|
||||
* Return a list of features from a GeoRSS doc
|
||||
|
||||
*
|
||||
* Parameters:
|
||||
* data - {Element}
|
||||
* doc - {Element}
|
||||
*
|
||||
* Returns:
|
||||
* An Array of <OpenLayers.Feature.Vector>s
|
||||
* {Array(<OpenLayers.Feature.Vector>)}
|
||||
*/
|
||||
read: function(doc) {
|
||||
if (typeof doc == "string") {
|
||||
|
||||
@@ -1125,7 +1125,7 @@ OpenLayers.Format.KML = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
* Accept Feature Collection, and return a string.
|
||||
*
|
||||
* Parameters:
|
||||
* features - {Array(<OpenLayers.Feature.Vector>} An array of features.
|
||||
* features - {Array(<OpenLayers.Feature.Vector>)} An array of features.
|
||||
*
|
||||
* Returns:
|
||||
* {String} A KML string.
|
||||
|
||||
Reference in New Issue
Block a user