JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 10:07:11 +0000 (18:07 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 10:07:11 +0000 (18:07 +0800)
JSDOC/Token.vala

index 4cd1f60..681f1c6 100644 (file)
@@ -47,7 +47,8 @@ namespace JSDOC
         
          // used to stuff tokens together when building a tree..
         public Gee.ArrayList<Token> items;
-           public Gee.HashMap<string,Gee.ArrayList<Token>> items;
+        // for a object definition, key -> array of tokens..
+           public Gee.HashMap<string,Gee.ArrayList<Token>> props;
         
         // props??? what's this???