JSDOC/Token.vala
[gnome.introspection-doc-generator] / 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???