JSDOC/BuildDocs.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 04:09:44 +0000 (12:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 04:09:44 +0000 (12:09 +0800)
JSDOC/BuildDocs.js

index 98db57f..3a6529b 100644 (file)
@@ -314,7 +314,12 @@ BuildDocs = {
         );
         
     },
         );
         
     },
-
+    /**
+     * JSON files are lookup files for the documentation
+     * - can be used by IDE's or AJAX based doc tools
+     * 
+     * 
+     */
     publishJSON : function(file, data)
     {
         // what we need to output to be usefull...
     publishJSON : function(file, data)
     {
         // what we need to output to be usefull...