JSDOC/CompressWhite.js
[app.jsdoc] / pack.js
diff --git a/pack.js b/pack.js
index dac8739..2433b3a 100644 (file)
--- a/pack.js
+++ b/pack.js
@@ -1,6 +1,6 @@
 #!/usr/bin/seed
 //<script type="text/javascript">
-/**
+/* 
  * packer command line
  * 
  * -o Output
  * compresses files listed as arguments and outputs result
  */
  
+/**
+* This file will not be documented..
+* @ignore
+*/
 File            = imports.File.File;
 Packer          = imports.JSDOC.Packer.Packer;
 
 
- /**
-  * This file will not be documented..
-  * @ignore
-  */
+
   
 
 var args = Array.prototype.slice.call(Seed.argv);