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

index 2c70586..942ee81 100644 (file)
@@ -155,26 +155,8 @@ BuildDocs = {
         
     publish  : function() {
         
-        
-        
-        publish.conf = {  // trailing slash expected for dirs
-            ext: ".html",
-            
-            templatesDir: JSDOC.opt.t + "/",
-            symbolsDir: "symbols/",
-            srcDir: "symbols/src/"
-        };
-      
-        publish.conf.outDir = (JSDOC.opt.d.length > 0 ? JSDOC.opt.d : "/tmp/jsdoc/");
-        
-        
-        
-        
-        if (JSDOC.opt.s && defined(Link) && Link.prototype._makeSrcLink) {
-            Link.prototype._makeSrcLink = function(srcFilePath) {
-                return "&lt;"+srcFilePath+"&gt;";
-            }
-        }
+         
+        // link!!!
         
         println(publish.conf.outDir);