Skip to content

Commit 1cfadb2

Browse files
committed
Removed methods inherited from "object" in API docs
1 parent 500cf68 commit 1cfadb2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"TargetFramework": "net8.0"
1313
},
1414
"namespaceLayout": "nested",
15-
"dest": "api"
15+
"dest": "api",
16+
"filter": "filterConfig.yml"
1617
}
1718
],
1819
"build": {

doc/filterConfig.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiRules:
2+
- exclude:
3+
uidRegex: ^System\.Object
4+
type: Type

0 commit comments

Comments
 (0)