From 7c01aefba08372cb0969af72568bd5680704e33e Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 30 Jun 2011 14:55:28 +0000 Subject: [PATCH] some NaturalDocs formatting tweaks git-svn-id: http://svn.openlayers.org/trunk/openlayers@12145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index 5eff3bb61f..477b40dd7b 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -78,7 +78,7 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * * 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 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * 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",