src/jsdoc/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:10:44 +0000 (16:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Jun 2016 08:10:44 +0000 (16:10 +0800)
src/jsdoc/Packer.vala

index 7658b0d..c40454b 100644 (file)
@@ -133,6 +133,19 @@ namespace JSDOC
                
                public  string outstr = ""; // if no target is specified - then this will contain the result
                
+               
+               
+               
+               public Packer()
+               {
+                       this.result = new Json.Object();
+                       this.files = new Gee.ArrayList<string>();
+                       
+                       new Lang_Class(); ///initilizaze lang..
+                        
+               }
+               
+               
                public enum ResultType { err , warn  }
                /**
                *  result of complication - a JSON object containing warnings / errors etc..
@@ -178,14 +191,6 @@ namespace JSDOC
                }
                
                
-               public Packer()
-               {
-                       this.result = new Json.Object();
-                       this.files = new Gee.ArrayList<string>();
-                       
-                       new Lang_Class(); ///initilizaze lang..
-                        
-               }
                
                public void loadSourceIndexes(Gee.ArrayList<string> indexes)
                {