Coerce docfx into building API documentation
Temporary fix while waiting on dotnet/docfx#1254
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"src": "..",
|
||||
"files": [
|
||||
"src/**project.json"
|
||||
"src/**/*.cs"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
@@ -66,7 +66,7 @@
|
||||
"default"
|
||||
],
|
||||
"globalMetadata": {
|
||||
"_appFooter": "Discord.Net (c) 2015-2016"
|
||||
"_appFooter": "Discord.Net (c) 2015-2017"
|
||||
},
|
||||
"noLangKeyword": false
|
||||
}
|
||||
|
||||
@@ -6,4 +6,6 @@ apiRules:
|
||||
- exclude:
|
||||
uidRegex: ^Discord\.Net\.Converters$
|
||||
- exclude:
|
||||
uidRegex: ^Discord\.Net.*$
|
||||
uidRegex: ^Discord\.Net.*$
|
||||
- exclude:
|
||||
uidRegex: ^RegexAnalyzer$
|
||||
Reference in New Issue
Block a user