Lua documentation - fix notation for nullable bools

This commit is contained in:
adelikat 2016-11-11 11:30:18 -06:00
parent fa6cb75a77
commit b0552224e0
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ __Types and notation__
.Replace("LuaInterface", string.Empty)
.Replace("Object[]", "object[] ")
.Replace("Object", "object ")
.Replace("Nullable`1[Boolean]", "bool? ")
.Replace("Boolean[]", "bool[] ")
.Replace("Boolean", "bool ")
.Replace("String", "string ")