Make 'icon' an APIProperty, and add a description for it.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3743 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-07-14 12:47:26 +00:00
parent 9b79976e19
commit e610763bda

View File

@@ -37,8 +37,9 @@ OpenLayers.Layer.GeoRSS.prototype =
selectedFeature: null,
/**
* Property: icon
* {<OpenLayers.Icon>}
* APIProperty: icon
* {<OpenLayers.Icon>}. This determines the Icon to be used on the map
* for this GeoRSS layer.
*/
icon: null,