There was an error while loading. Please reload this page.
1 parent 99e4b9b commit 718e818Copy full SHA for 718e818
2 files changed
docs/docfx/docfx.json
@@ -8,6 +8,8 @@
8
}
9
],
10
"dest": "api",
11
+ "filter": "filterConfig.yml",
12
+ "memberLayout": "separatePages",
13
"disableGitFeatures": false,
14
"disableDefaultFilter": false,
15
"properties": {
@@ -21,6 +23,9 @@
21
23
"files": [
22
24
"api/**.yml",
25
"api/index.md"
26
+ ],
27
+ "exclude": [
28
+ "api/OpenCvSharp.Internal*.yml"
29
]
30
},
31
{
docs/docfx/filterConfig.yml
@@ -0,0 +1,3 @@
1
+apiRules:
2
+- exclude:
3
+ uidRegex: ^OpenCvSharp\.Internal(?:\.|$)
0 commit comments