some NaturalDocs formatting tweaks

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-06-30 14:55:28 +00:00
parent 92f34a3e83
commit 7c01aefba0

View File

@@ -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",