JSDOC/Options.js
[gnome.introspection-doc-generator] / 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