Skip to content

Commit 77ff1c0

Browse files
added all src folders for api doc generation, fixed typo
1 parent d948f4c commit 77ff1c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

api_doc/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
href: ../Documentation/Architecture/SpatialAwareness/toc.yml
55
- name: SDK
66
href: ../Assets/MixedRealityToolkit.SDK/toc.yml
7-
- name: Tookit
7+
- name: Toolkit
88
href: ../Assets/MixedRealityToolkit/toc.yml
99
- name: Examples
1010
href: ../Assets/MixedRealityToolkit.Examples/toc.yml

docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"files": [ "**/*.sln", "**/*.cs" ],
77
"exclude": [ "**/bin/**", "**/obj/**" ],
8-
"src": "Assets/MixedRealityToolkit"
8+
"src": "Assets"
99
}
1010
],
1111
"dest": "obj/api"
@@ -27,7 +27,6 @@
2727
"files": [ "External/ReadMeImages/**", "index.html"]
2828
}
2929
],
30-
"overwrite": "specs/*.md",
3130
"globalMetadata": {
3231
"_appTitle": "Mixed Reality Toolkit Documentation",
3332
"_enableSearch": true,

0 commit comments

Comments
 (0)