JSDOC/BuildDocs.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 09:46:19 +0000 (17:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 09:46:19 +0000 (17:46 +0800)
JSDOC/BuildDocs.js

index 261a24d..b8d0302 100644 (file)
@@ -268,7 +268,7 @@ BuildDocs = {
         var allFiles = [];
         
         for (var i = 0; i < files.length; i++) {
-            allFiles.push(new JSDOC.Symbol(files[i], [], "FILE", new JSDOC.DocComment("/** */")));
+            allFiles.push(new  Symbol(files[i], [], "FILE", new JSDOC.DocComment("/** */")));
         }
         
         for (var i = 0; i < documentedFiles.length; i++) {