JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index 78b1265..c90bde7 100644 (file)
@@ -49,7 +49,7 @@ BuildDocs = {
         this.symbolSet = Parser.symbols;
         
         // this currently uses the concept of publish.js...
-             
+        
         this.publish();
          
         
@@ -125,14 +125,14 @@ BuildDocs = {
             
             var src = ''
             try {
-                Options.LOG.warn("reading : " + srcFile);
+                Options.LOG.inform("reading : " + srcFile);
                 src = File.read(srcFile);
             }
             catch(e) {
                 Options.LOG.warn("Can't read source file '"+srcFile+"': "+e.message);
                 continue;
             }
-            Options.LOG.warn("read : " + srcFile);
+
             var txs = new TextStream(src);
             
             var tr = new TokenReader({ keepComments : true, keepWhite : true });
@@ -158,7 +158,7 @@ BuildDocs = {
      
         
     publish  : function() {
-        
+        Options.LOG.inform("Publishing");
          
         // link!!!