Update docs
This commit is contained in:
Родитель
11591db5b9
Коммит
9fbd2acdfc
|
@ -1,5 +1,5 @@
|
|||
# dependencies
|
||||
mdoc release 5.8.2
|
||||
mdoc release 5.8.3
|
||||
harfbuzz release 2.6.1
|
||||
skia release m80
|
||||
xunit release 2.4.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#addin nuget:?package=Mono.ApiTools.NuGetDiff&version=1.3.2&loaddependencies=true
|
||||
#addin nuget:?package=Xamarin.Nuget.Validator&version=1.1.1
|
||||
|
||||
#tool nuget:?package=mdoc&version=5.8.2
|
||||
#tool nuget:?package=mdoc&version=5.8.3
|
||||
#tool nuget:?package=xunit.runner.console&version=2.4.1
|
||||
#tool nuget:?package=vswhere&version=2.7.1
|
||||
|
||||
|
|
|
@ -299,6 +299,16 @@ Task ("docs-format-docs")
|
|||
}
|
||||
}
|
||||
|
||||
// remove any assembly attributes for now: https://github.com/mono/api-doc-tools/issues/560
|
||||
if (xdoc.Root.Name == "Overview") {
|
||||
xdoc.Root
|
||||
.Elements ("Assemblies")
|
||||
.Elements ("Assembly")
|
||||
.Elements ("Attributes")
|
||||
.Elements ("Attribute")
|
||||
.Remove ();
|
||||
}
|
||||
|
||||
// remove any duplicate AssemblyVersions
|
||||
if (xdoc.Root.Name == "Type") {
|
||||
foreach (var info in xdoc.Root.Descendants ("AssemblyInfo")) {
|
||||
|
|
2
docs
2
docs
|
@ -1 +1 @@
|
|||
Subproject commit 344d2be82b193e435bcf140b6e9771998ae7552f
|
||||
Subproject commit 4eaaabdfba22d042856d59c8ce4f3eabe87a972c
|
|
@ -51,7 +51,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<PackageReference Include="mdoc" Version="5.8.2" PrivateAssets="All" GeneratePathProperty="true" />
|
||||
<PackageReference Include="mdoc" Version="5.8.3" PrivateAssets="All" GeneratePathProperty="true" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- workaround for https://github.com/microsoft/ProjectReunion/pull/707 -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче