[INTEGRATE] 4.3 release branch to main.

[CL 2176319 by Ben Marsh in Main branch]
This commit is contained in:
Ben Marsh
2014-07-08 15:35:18 -04:00
committed by UnrealBot
parent 101029fe21
commit a18f9cc404
15 changed files with 14 additions and 6 deletions

View File

@@ -227,6 +227,10 @@ namespace APIDocTool
Result += "_";
}
}
if(Result.Equals("CON", StringComparison.CurrentCultureIgnoreCase))
{
Result += "_";
}
return Result;
}