tools/flutter_extract.php
authorAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:38:51 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:38:51 +0000 (15:38 +0800)
tools/flutter_extract.php

index 8083b57..a18d736 100644 (file)
@@ -2,6 +2,8 @@
 
 // in flutter - an event is actually a property..?
 
+// we have 2 types of data - the overall summary, and the 'detail one we use for docs..
+//
 
 class  Prop {
     var $name = '';
@@ -26,5 +28,12 @@ class Cls {
     var $events = array();
     var $methods = array();
     var $props = array();
-    
-}
\ No newline at end of file
+}
+"params" : [
+        {
+          "name" : "o",
+          "type" : "Object",
+          "desc" : "The object to remove",
+          "isOptional" : false
+        }
+      ],
\ No newline at end of file