codetools: getsmarthing: enum: add "enum"

git-svn-id: trunk@37081 -
This commit is contained in:
mattias 2012-04-29 12:47:10 +00:00
parent 20f137ac1f
commit b65f87aa5b

View File

@ -2283,6 +2283,8 @@ begin
NodeStr:=ExtractNode(TypeNode,[phpCommentsToSpace]);
Result+=copy(NodeStr,1,50);
end;
ctnEnumerationType:
Result += 'enum';
end;
end else begin
case Node.Desc of