JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:39:52 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:39:52 +0000 (17:39 +0800)
JSDOC/Packer.vala

index 39801ba..265b49c 100644 (file)
@@ -95,6 +95,8 @@ namespace JSDOC
                // list of files to compile...
                Gee.ArrayList<string> files;
                
+               public  string out = ""; // if no target is specified - then this will contain the result
+    
                public Packer(string target, string debugTarget)
                {
                        this.target = target;
@@ -129,14 +131,8 @@ namespace JSDOC
                
    
                
-    
-    /**
-     * @cfg {String} prefix (optional) prefix of directory to be stripped of when
-     *    Calculating md5 of filename 
-     */
-    prefix : '',  
-    out : '', // if no target is specified - then this will contain the result
-    
+   
     /**
      * load a dependancy list -f option
      * @param {String} srcfile sourcefile to parse