You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SELF-INCOMPATIBLE] json-wrier: add "kindName" pair when printing TAG_ROLE_DESCRIPTION
With the original code, json-writer emits the following form for
TAG_ROLE_DESCRIPTION:
{"_type": "ptag", "name": "TAG_ROLE_DESCRIPTION",
"parserName": "LANG!KIND", ...
This commit changes the form like:
{"_type": "ptag", "name": "TAG_ROLE_DESCRIPTION",
"parserName": "LANG",
"kindName": "KIND", ...
This change is kept invisble to uesrs while the file
format is 0.0.
Close#3556.
Signed-off-by: Masatake YAMATO <[email protected]>
0 commit comments