diff --git a/Documentation~/docfx.json b/Documentation~/docfx.json index cc875d1..1013dcd 100644 --- a/Documentation~/docfx.json +++ b/Documentation~/docfx.json @@ -7,7 +7,10 @@ "memberLayout": "separatePages", "enumSortOrder": "declaringOrder", "references": "dlls/*", - "properties": { "DefineConstants": "UNITY_MATHEMATICS_FIXEDPOINT" } + "properties": { + "DefineConstants": "UNITY_MATHEMATICS_FIXEDPOINT", + "AllowUnsafeBlocks": "true" + } } ], "build": {