Skip to content

Commit 3f3ebe9

Browse files
committed
Update: docfx.json
1 parent aa20f00 commit 3f3ebe9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/docfx.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
{
66
"files": [
77
"LitMotion/Assets/LitMotion/Runtime/**/*.cs",
8-
"LitMotion/Assets/LitMotion/Editor/**/*.cs"
8+
"LitMotion/Assets/LitMotion/Editor/**/*.cs",
9+
"LitMotion/Assets/LitMotion.Animation/Runtime/**/*.cs",
10+
"LitMotion/Assets/LitMotion.Animation/Editor/**/*.cs"
911
],
1012
"src": "../src"
1113
}
1214
],
13-
"properties": {
14-
"AllowUnsafeBlocks": true
15-
},
1615
"dest": "api",
1716
"disableGitFeatures": false,
1817
"disableDefaultFilter": false,
@@ -53,7 +52,7 @@
5352
"globalMetadata": {
5453
"_appName": "LitMotion",
5554
"_appTitle": "LitMotion",
56-
"_appFooter": "<span>Copyright © 2023 Annulus Games. Generated with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></span>",
55+
"_appFooter": "<span>Copyright © 2024 Annulus Games. Generated with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></span>",
5756
"_enableSearch": true,
5857
"pdf": false,
5958
"_appLogoPath": "images/icon.svg",

0 commit comments

Comments
 (0)