tools/build_gtk_tree.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:05:38 +0000 (17:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 2 Dec 2010 09:05:38 +0000 (17:05 +0800)
tools/build_gtk_tree.js

index 23b6c05..7877a28 100644 (file)
@@ -1,5 +1,16 @@
 //<script type="text/javascript">
 
+
+/**
+ * usage:
+ * 
+ * this.data = new BuildLists();
+ * 
+ * 
+ * 
+ * 
+ * 
+ */
 // see if we can build the insertion tree for gtk - using introspection
 
 // it should build the tree of feasible insertions, then we will have to manually prune it..