updated comment about possible invalid dcd symbol kind, keep protection in case of...

This commit is contained in:
Basile Burg 2015-10-22 00:26:29 +02:00
parent 8f6162d677
commit a262a8296f
1 changed files with 2 additions and 1 deletions

View File

@ -327,7 +327,8 @@ begin
't': item += ' (template) ';
'T': item += ' (mixin) ';
// see https://github.com/Hackerpilot/dsymbol/blob/master/src/dsymbol/symbol.d#L47
'*', '?': continue; // internal DCD stuff, said not to happen but actually it does (e.g invoke DCD after $i)
'*', '?': continue; // internal DCD stuff, said not to happen but actually it did
// https://github.com/Hackerpilot/DCD/issues/261
end;
aList.Add(item);
end;