diff --git a/docfx.json b/docfx.json index 74aec9196..c142651ad 100644 --- a/docfx.json +++ b/docfx.json @@ -11,6 +11,9 @@ "lib/ImGuiScene/ImGuiScene/ImGuiScene.csproj", "lib/ImGuiScene/deps/ImGui.NET/src/ImGui.NET-472/ImGui.NET-472.csproj", "lib/ImGuiScene/deps/SDL2-CS/SDL2-CS.csproj" + ], + "exclude": [ + "**/Generated/**", ] } ], @@ -68,4 +71,4 @@ "cleanupCacheHistory": false, "disableGitFeatures": false } -} \ No newline at end of file +}