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