src/jsdoc/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Fri, 17 Mar 2017 08:14:27 +0000 (16:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 17 Mar 2017 08:14:27 +0000 (16:14 +0800)
src/jsdoc/Packer.vala

src/jsdoc/Packer.vala
src/jsdoc/PackerRun.vala

index c2a2d55..2b80f0f 100644 (file)
@@ -92,14 +92,6 @@ namespace JSDOC
                public bool cleanup =  false;
                
                 
-               
-               /**
-                * @cfg {Boolean} dumpTokens (optional) read the first file and dump the tokens.
-                *    usefull for debugging...
-                */
-               
-               public bool dumpTokens = false;
-               
                // list of files to compile...
                Gee.ArrayList<string> files;
                
index cd00e9a..87f84b7 100644 (file)
@@ -43,7 +43,7 @@ namespace JSDOC
                public static bool opt_debug = false;
                
                 /**
-                * @cfg {Boolean} skipScope (optional) skip Scope parsing and replacement.
+                * @cfg {Boolean} opt_skip_scope (optional) skip Scope parsing and replacement.
                 *    usefull for debugging...
                 */
                public static bool opt_skip_scope = false;
@@ -54,6 +54,12 @@ namespace JSDOC
                 */
                
                public static bool opt_keep_whitespace = false; 
+               
+                       /**
+                * @cfg {Boolean} opt_dump_tokens (optional) read the first file and dump the tokens.
+                *    usefull for debugging...
+                */
+               
                public static bool opt_dump_tokens = false;     
                public static bool opt_clean_cache = true;