From: Alan Knowles Date: Mon, 2 Nov 2015 10:07:11 +0000 (+0800) Subject: JSDOC/Token.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3dbb72432a647097a7b7c8514e0586e8e011b67d JSDOC/Token.vala --- diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index 4cd1f60..681f1c6 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -47,7 +47,8 @@ namespace JSDOC // used to stuff tokens together when building a tree.. public Gee.ArrayList items; - public Gee.HashMap> items; + // for a object definition, key -> array of tokens.. + public Gee.HashMap> props; // props??? what's this???