[OpenLayers-Commits] r12145 - trunk/openlayers/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Jun 30 10:55:28 EDT 2011
Author: ahocevar
Date: 2011-06-30 07:55:28 -0700 (Thu, 30 Jun 2011)
New Revision: 12145
Modified:
trunk/openlayers/lib/OpenLayers/Layer/WMS.js
Log:
some NaturalDocs formatting tweaks
Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS.js 2011-06-30 14:51:25 UTC (rev 12144)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS.js 2011-06-30 14:55:28 UTC (rev 12145)
@@ -78,7 +78,7 @@
*
* Examples:
*
- * This code creates a simple WMS layer using the image/jpeg format:
+ * The code below creates a simple WMS layer using the image/jpeg format.
* (code)
* var wms = new OpenLayers.Layer.WMS("NASA Global Mosaic",
* "http://wms.jpl.nasa.gov/wms.cgi",
@@ -91,7 +91,7 @@
* always be ignored. Instead, it will be derived from the baseLayer's or
* map's projection.
*
- * This code creates a transparent WMS layer with additional options:
+ * The code below creates a transparent WMS layer with additional options.
* (code)
* var wms = new OpenLayers.Layer.WMS("NASA Global Mosaic",
* "http://wms.jpl.nasa.gov/wms.cgi",
More information about the Commits
mailing list