Separating jsdoc style docs into their own block. The new NaturalDocs doesn't parse these mixed blocks, giving us no class descriptions with the two together. (closes #1229)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5553 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-12-21 08:28:09 +00:00
parent 2447848e7f
commit 33e313b059
108 changed files with 381 additions and 160 deletions
+4 -3
View File
@@ -9,9 +9,10 @@
* @requires OpenLayers/Handler/Point.js
* @requires OpenLayers/Handler/Path.js
* @requires OpenLayers/Handler/Polygon.js
*
* Class: OpenLayers.Control.EditingToolbar
*/
/**
* Class: OpenLayers.Control.EditingToolbar
*/
OpenLayers.Control.EditingToolbar = OpenLayers.Class(
OpenLayers.Control.Panel, {