From 907bcbd73646252fc076679ec5e4cdb66bafa446 Mon Sep 17 00:00:00 2001 From: andywiecko Date: Tue, 26 Nov 2024 17:56:31 +0100 Subject: [PATCH] docs: update docfx json Support for the `AllowUnsafeBlocks` field was introduced in DocFX version 2.78. This field is required to suppress warnings during documentation compilation. --- Documentation~/docfx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": {