JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:20:33 +0000 (14:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:20:33 +0000 (14:20 +0800)
JSDOC/Options.js

index e69de29..7b32863 100644 (file)
@@ -0,0 +1,28 @@
+//<script type="text/javascript">
+/**
+ * Options management...
+ */
+
+
+Options = {
+    
+    
+    "directory" : '',
+    "conf" : '',
+    "template": '',
+    "recurse": '',
+    "ext": '',
+    "private": '',
+    "allfunctions": '', 
+    "encoding": '',
+    "nocode": '',
+    "out": '',
+    "suppress": '',
+    "testmode": '',
+    "help": '',
+    "verbose": '',
+    "disablecache": '',
+    "define" : [],
+    "handler" : []
+    
+}
\ No newline at end of file