From e8744edd24f7d7bc376979660697db154c101fbb Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 6 Mar 2012 08:39:00 +0100 Subject: [PATCH] Minor formatting of API doc comments. --- lib/OpenLayers.js | 8 +++----- lib/OpenLayers/SingleFile.js | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lib/OpenLayers.js b/lib/OpenLayers.js index ed61f9cd58..cf41390a9f 100644 --- a/lib/OpenLayers.js +++ b/lib/OpenLayers.js @@ -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 -tag, * e.g.: * * (code) diff --git a/lib/OpenLayers/SingleFile.js b/lib/OpenLayers/SingleFile.js index efd8f3b22c..2bac3d5961 100644 --- a/lib/OpenLayers/SingleFile.js +++ b/lib/OpenLayers/SingleFile.js @@ -43,10 +43,8 @@ var OpenLayers = { /** * 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 @@ -69,7 +67,7 @@ var OpenLayers = { * * 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 -tag, * e.g.: * * (code)