JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index b614cc6..c90bde7 100644 (file)
@@ -49,7 +49,7 @@ BuildDocs = {
         this.symbolSet = Parser.symbols;
         
         // this currently uses the concept of publish.js...
-             
+        
         this.publish();
          
         
@@ -81,7 +81,7 @@ BuildDocs = {
             });
                 
         }
-        Seed.print(JSON.stringify(this.srcFiles, null,4));Seed.quit();
+        //Seed.print(JSON.stringify(this.srcFiles, null,4));Seed.quit();
         return this.srcFiles;
     },
 
@@ -125,7 +125,7 @@ BuildDocs = {
             
             var src = ''
             try {
-                Options.LOG.warn("reading : " + srcFile);
+                Options.LOG.inform("reading : " + srcFile);
                 src = File.read(srcFile);
             }
             catch(e) {
@@ -158,7 +158,7 @@ BuildDocs = {
      
         
     publish  : function() {
-        
+        Options.LOG.inform("Publishing");
          
         // link!!!