mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
try to exclude generated APIs from docs, for now
This commit is contained in:
parent
b425bb3e49
commit
b2b639d1c9
1 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@
|
||||||
"lib/ImGuiScene/ImGuiScene/ImGuiScene.csproj",
|
"lib/ImGuiScene/ImGuiScene/ImGuiScene.csproj",
|
||||||
"lib/ImGuiScene/deps/ImGui.NET/src/ImGui.NET-472/ImGui.NET-472.csproj",
|
"lib/ImGuiScene/deps/ImGui.NET/src/ImGui.NET-472/ImGui.NET-472.csproj",
|
||||||
"lib/ImGuiScene/deps/SDL2-CS/SDL2-CS.csproj"
|
"lib/ImGuiScene/deps/SDL2-CS/SDL2-CS.csproj"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/Generated/**",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -68,4 +71,4 @@
|
||||||
"cleanupCacheHistory": false,
|
"cleanupCacheHistory": false,
|
||||||
"disableGitFeatures": false
|
"disableGitFeatures": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue