diff --git a/lib/OpenLayers/Control/GetFeature.js b/lib/OpenLayers/Control/GetFeature.js index ad846cbb5b..6950b265ff 100644 --- a/lib/OpenLayers/Control/GetFeature.js +++ b/lib/OpenLayers/Control/GetFeature.js @@ -165,7 +165,8 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, { "beforefeatureselected", "hoverfeature", "outfeature"], /** - * Constructor: + * Constructor: OpenLayers.Control.GetFeature + * Create a new control for fetching remote features. * * Parameters: * options - {Object} A configuration object which at least has to contain diff --git a/lib/OpenLayers/Control/PanPanel.js b/lib/OpenLayers/Control/PanPanel.js index 2d5864bb23..b8d10947bd 100644 --- a/lib/OpenLayers/Control/PanPanel.js +++ b/lib/OpenLayers/Control/PanPanel.js @@ -9,13 +9,16 @@ * West in small steps. By default it is drawn in the top left corner of the * map. * - * Note: If you wish to use this class with the default images and you want + * Note: + * If you wish to use this class with the default images and you want * it to look nice in ie6, you should add the following, conditionally * added css stylesheet to your HTML file: * + * (code) * + * (end) * * Inherits from: * - diff --git a/lib/OpenLayers/Control/Panel.js b/lib/OpenLayers/Control/Panel.js index fa425e33a6..a6045a3139 100644 --- a/lib/OpenLayers/Control/Panel.js +++ b/lib/OpenLayers/Control/Panel.js @@ -23,7 +23,7 @@ OpenLayers.Control.Panel = OpenLayers.Class(OpenLayers.Control, { /** * APIProperty: defaultControl - * The control which is activated when the control is + * {} The control which is activated when the control is * activated (turned on), which also happens at instantiation. */ defaultControl: null, diff --git a/lib/OpenLayers/Control/SelectFeature.js b/lib/OpenLayers/Control/SelectFeature.js index 239da12635..ee7e5bfff7 100644 --- a/lib/OpenLayers/Control/SelectFeature.js +++ b/lib/OpenLayers/Control/SelectFeature.js @@ -142,7 +142,8 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, { handlers: null, /** - * Constructor: + * Constructor: OpenLayers.Control.SelectFeature + * Create a new control for selecting features. * * Parameters: * layers - {}, or an array of vector layers