Skip to content

Commit

Permalink
docs: update docfx json
Browse files Browse the repository at this point in the history
Support for the `AllowUnsafeBlocks` field was introduced in DocFX version 2.78. This field is required to suppress warnings during documentation compilation.
  • Loading branch information
andywiecko committed Nov 26, 2024
1 parent 92da65f commit 907bcbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation~/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"memberLayout": "separatePages",
"enumSortOrder": "declaringOrder",
"references": "dlls/*",
"properties": { "DefineConstants": "UNITY_MATHEMATICS_FIXEDPOINT" }
"properties": {
"DefineConstants": "UNITY_MATHEMATICS_FIXEDPOINT",
"AllowUnsafeBlocks": "true"
}
}
],
"build": {
Expand Down

0 comments on commit 907bcbd

Please sign in to comment.