[OpenLayers-Commits] r12387 - in sandbox/jsdoc: . jsd/OpenLayers/Layer

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Sat Sep 17 15:23:30 EDT 2011


Author: tschaub
Date: 2011-09-17 12:23:28 -0700 (Sat, 17 Sep 2011)
New Revision: 12387

Added:
   sandbox/jsdoc/jsdoc-readme.txt
Modified:
   sandbox/jsdoc/jsd/OpenLayers/Layer/WMS.js
Log:
Adding readme.

Modified: sandbox/jsdoc/jsd/OpenLayers/Layer/WMS.js
===================================================================
--- sandbox/jsdoc/jsd/OpenLayers/Layer/WMS.js	2011-09-17 19:20:40 UTC (rev 12386)
+++ sandbox/jsdoc/jsd/OpenLayers/Layer/WMS.js	2011-09-17 19:23:28 UTC (rev 12387)
@@ -157,8 +157,8 @@
     },    
 
     /**
-     * Method: destroy
      * Destroy this layer
+     * @methodOf OpenLayers.Layer.WMS.prototype
      */
     destroy: function() {
         // for now, nothing special to do here. 

Added: sandbox/jsdoc/jsdoc-readme.txt
===================================================================
--- sandbox/jsdoc/jsdoc-readme.txt	                        (rev 0)
+++ sandbox/jsdoc/jsdoc-readme.txt	2011-09-17 19:23:28 UTC (rev 12387)
@@ -0,0 +1,6 @@
+download http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.4.0.zip
+
+Run
+    jsrun.sh -a -t=templates/jsdoc -r=10 path/to/openlayers/jsd/
+    
+View the results from jsdoc-toolkit/out/jsdoc/
\ No newline at end of file



More information about the Commits mailing list