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

index 7a7633e..98db57f 100644 (file)
@@ -271,7 +271,7 @@ BuildDocs = {
             
             // dump out a 
             
-            this.publishJSON(Options.target+"/json/" symbol.alias+'.json', symbol)
+            this.publishJSON(Options.target+"/json/" + symbol.alias+'.json', symbol)
             
             
             
@@ -320,7 +320,7 @@ BuildDocs = {
         // what we need to output to be usefull...
         // a) props..
         var cfgProperties = [];
-        if (!data.comment || !data.comment.getTag('singleton').length) {
+        if (!data.comment.getTag('singleton').length) {
             cfgProperties = data.configToArray();
             cfgProperties = cfgProperties.sort(makeSortby("name"));