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

View File

@@ -83,10 +83,8 @@
/**
* APIProperty: ImgPath
* {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)
* {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)
* OpenLayers will use its script location + "img/".
*
* 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
* "OpenLayers.js" you will have to make sure that the default theme is
* loaded into the page by including an appropriate <link>-tag,
* loaded into the page by including an appropriate <link>-tag,
* e.g.:
*
* (code)