Minor formatting of API doc comments.

This commit is contained in:
Marc Jansen
2012-03-06 08:39:00 +01:00
parent 36886a2bc5
commit e8744edd24
2 changed files with 6 additions and 10 deletions
+3 -5
View File
@@ -83,10 +83,8 @@
/** /**
* APIProperty: ImgPath * APIProperty: ImgPath
* {String} * {String} Set this to the path where control images are stored, a path
* * given here must end with a slash. If set to '' (which is the default)
* Set this to the path where control images are stored, a path given
* here must end with a slash. If set to '' (which is the default)
* OpenLayers will use its script location + "img/". * OpenLayers will use its script location + "img/".
* *
* You will need to set this property when you have a singlefile build of * You will need to set this property when you have a singlefile build of
@@ -109,7 +107,7 @@
* *
* Please remember that when your OpenLayers script is not named * Please remember that when your OpenLayers script is not named
* "OpenLayers.js" you will have to make sure that the default theme is * "OpenLayers.js" you will have to make sure that the default theme is
* loaded into the page by including an appropriate &lt;link&gt;-tag, * loaded into the page by including an appropriate <link>-tag,
* e.g.: * e.g.:
* *
* (code) * (code)
+3 -5
View File
@@ -43,10 +43,8 @@ var OpenLayers = {
/** /**
* APIProperty: ImgPath * APIProperty: ImgPath
* {String} * {String} Set this to the path where control images are stored, a path
* * given here must end with a slash. If set to '' (which is the default)
* Set this to the path where control images are stored, a path given
* here must end with a slash. If set to '' (which is the default)
* OpenLayers will use its script location + "img/". * OpenLayers will use its script location + "img/".
* *
* You will need to set this property when you have a singlefile build of * You will need to set this property when you have a singlefile build of
@@ -69,7 +67,7 @@ var OpenLayers = {
* *
* Please remember that when your OpenLayers script is not named * Please remember that when your OpenLayers script is not named
* "OpenLayers.js" you will have to make sure that the default theme is * "OpenLayers.js" you will have to make sure that the default theme is
* loaded into the page by including an appropriate &lt;link&gt;-tag, * loaded into the page by including an appropriate <link>-tag,
* e.g.: * e.g.:
* *
* (code) * (code)