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

index 14eb578..119ef53 100644 (file)
@@ -57,7 +57,7 @@ namespace JSDOC
        public errordomain PackerError {
             ArgumentError
     }
-    public enum PackerResultType { err , warn  }
+    
     
        public class Packer : Object 
        {
@@ -133,6 +133,7 @@ namespace JSDOC
                
                public  string outstr = ""; // if no target is specified - then this will contain the result
                
+               public enum ResultType { err , warn  }
                /**
                *  result of complication - a JSON object containing warnings / errors etc..
                *  FORMAT: