Document the change to the symtab structure.

This commit is contained in:
Sei Lisa 2015-03-03 00:51:48 +01:00
parent 01f2bba2f4
commit 22a1a2e8ba

View file

@ -1844,7 +1844,7 @@ class parser(object):
# rest of entries are dictionaries. Each has a 'Kind', which can be
# 'v' for variable, 'f' for function, 'l' for label, 's' for state,
# or 'e' for event.
# Variables have 'Scope', 'Type', and if global, 'Loc'.
# Variables have 'Scope', 'Type', 'Loc' (if global), 'Local' (if local).
# Functions have 'Type', 'Loc', 'ParamTypes' and 'ParamNames'.
# Labels only have 'Scope'.
# States only have 'Loc'.