Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ resharper_csharp_indent_anonymous_method_block = false
resharper_csharp_indent_nested_for_stmt = true
resharper_csharp_indent_nested_foreach_stmt = true
resharper_csharp_indent_nested_while_stmt = true
resharper_csharp_indent_raw_literal_string = indent
resharper_csharp_int_align = false
resharper_csharp_keep_existing_arrangement = true
resharper_csharp_nested_ternary_style = simple_wrap
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Install .NET
uses: actions/setup-dotnet@v3
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install .NET
uses: actions/setup-dotnet@v4
- name: Restore
run: .\build.ps1 restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);1591;1998;NU1507;NU5105;FL0013</NoWarn>
<NoWarn>$(NoWarn);1591;1998;NU1507;NU5105</NoWarn>
<NeutralLanguage>en-US</NeutralLanguage>
<DebugType>embedded</DebugType>
<GitHubOrganization>ejball</GitHubOrganization>
Expand Down
12 changes: 4 additions & 8 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Cake.Core" Version="0.33.0" />
<PackageVersion Include="FluentAssertions" Version="6.8.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="NUnit" Version="4.0.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="XmlDocMarkdown.Core" Version="2.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Faithlife.Analyzers" Version="1.4.0" />
<GlobalPackageReference Include="NUnit.Analyzers" Version="4.0.1" />
<GlobalPackageReference Include="NUnit.Analyzers" Version="4.7.0" />
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
</ItemGroup>
</Project>
22 changes: 0 additions & 22 deletions XmlDocMarkdown.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocMarkdown.Core", "src\XmlDocMarkdown.Core\XmlDocMarkdown.Core.csproj", "{AB8545BC-43CD-4E55-BCA5-6FF239D08047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocMarkdown", "src\XmlDocMarkdown\XmlDocMarkdown.csproj", "{D1ED4B64-41E6-47DC-9CA6-86D0EE303323}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleAssembly", "tools\ExampleAssembly\ExampleAssembly.csproj", "{A2A20621-33DB-41CE-95E7-37480968F3B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocMarkdown.Tests", "tests\XmlDocMarkdown.Tests\XmlDocMarkdown.Tests.csproj", "{62914CA9-ECF5-455A-9E59-0F7128CAE7BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.XmlDocMarkdown", "src\Cake.XmlDocMarkdown\Cake.XmlDocMarkdown.csproj", "{0AF70790-11F5-4445-B79C-97EA61A828C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocGen", "tools\XmlDocGen\XmlDocGen.csproj", "{9076EBBA-E2EF-468C-9139-4B67E4FC69FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xmldocmd", "src\xmldocmd\xmldocmd.csproj", "{9A94F733-DCBA-457F-AB0C-F33640773802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{D787BB4B-8E32-4155-B855-9B06D1CA5FED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79C28083-1FE9-45CA-A22F-E19E5D3905B4}"
Expand Down Expand Up @@ -43,10 +37,6 @@ Global
{AB8545BC-43CD-4E55-BCA5-6FF239D08047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8545BC-43CD-4E55-BCA5-6FF239D08047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8545BC-43CD-4E55-BCA5-6FF239D08047}.Release|Any CPU.Build.0 = Release|Any CPU
{D1ED4B64-41E6-47DC-9CA6-86D0EE303323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1ED4B64-41E6-47DC-9CA6-86D0EE303323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1ED4B64-41E6-47DC-9CA6-86D0EE303323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1ED4B64-41E6-47DC-9CA6-86D0EE303323}.Release|Any CPU.Build.0 = Release|Any CPU
{A2A20621-33DB-41CE-95E7-37480968F3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A20621-33DB-41CE-95E7-37480968F3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2A20621-33DB-41CE-95E7-37480968F3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -55,26 +45,14 @@ Global
{62914CA9-ECF5-455A-9E59-0F7128CAE7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62914CA9-ECF5-455A-9E59-0F7128CAE7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62914CA9-ECF5-455A-9E59-0F7128CAE7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{0AF70790-11F5-4445-B79C-97EA61A828C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AF70790-11F5-4445-B79C-97EA61A828C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AF70790-11F5-4445-B79C-97EA61A828C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AF70790-11F5-4445-B79C-97EA61A828C3}.Release|Any CPU.Build.0 = Release|Any CPU
{9076EBBA-E2EF-468C-9139-4B67E4FC69FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9076EBBA-E2EF-468C-9139-4B67E4FC69FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9076EBBA-E2EF-468C-9139-4B67E4FC69FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9076EBBA-E2EF-468C-9139-4B67E4FC69FE}.Release|Any CPU.Build.0 = Release|Any CPU
{9A94F733-DCBA-457F-AB0C-F33640773802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A94F733-DCBA-457F-AB0C-F33640773802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A94F733-DCBA-457F-AB0C-F33640773802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A94F733-DCBA-457F-AB0C-F33640773802}.Release|Any CPU.Build.0 = Release|Any CPU
{D787BB4B-8E32-4155-B855-9B06D1CA5FED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D787BB4B-8E32-4155-B855-9B06D1CA5FED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D787BB4B-8E32-4155-B855-9B06D1CA5FED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D787BB4B-8E32-4155-B855-9B06D1CA5FED}.Release|Any CPU.Build.0 = Release|Any CPU
{3CE29B0C-6CA6-4AF2-B2A8-A1DD8EDC0B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE29B0C-6CA6-4AF2-B2A8-A1DD8EDC0B39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE29B0C-6CA6-4AF2-B2A8-A1DD8EDC0B39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE29B0C-6CA6-4AF2-B2A8-A1DD8EDC0B39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docs/ExampleAssembly.InnerNamespace/ExampleInnerClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public class ExampleInnerClass
## See Also

* namespace [ExampleAssembly.InnerNamespace](../ExampleAssembly.md)
* [ExampleInnerClass.cs](../../tests/ExampleAssembly/InnerNamespace/ExampleInnerClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleAbstractClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ public abstract class ExampleAbstractClass
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleAbstractClass.cs](../../tests/ExampleAssembly/ExampleAbstractClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ public sealed class ExampleAttribute : Attribute
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleAttribute.cs](../../tests/ExampleAssembly/ExampleAttribute.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ public class ExampleClass : IExampleContravariantInterface<ExampleClass>,
* interface [IExampleContravariantInterface&lt;T&gt;](./IExampleContravariantInterface-1.md)
* interface [IExampleCovariantInterface&lt;T&gt;](./IExampleCovariantInterface-1.md)
* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleClass.cs](../../tests/ExampleAssembly/ExampleClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleDeepClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ The [`ExampleDeepClass`](./ExampleDeepClass.md) class has a [`NestedDelegate`](.
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleDeepClass.cs](../../tests/ExampleAssembly/ExampleDeepClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleDelegate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public delegate void ExampleDelegate();
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleDelegate.cs](../../tests/ExampleAssembly/ExampleDelegate.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleDerivedClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ public class ExampleDerivedClass : ExampleClass, IEnumerable<object>, IEnumerabl
* interface [IExampleCovariantInterface&lt;T&gt;](./IExampleCovariantInterface-1.md)
* interface [IExampleInterface](./IExampleInterface.md)
* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleDerivedClass.cs](../../tests/ExampleAssembly/ExampleDerivedClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ public enum ExampleEnum
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleEnum.cs](../../tests/ExampleAssembly/ExampleEnum.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleException.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public class ExampleException : Exception
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleException.cs](../../tests/ExampleAssembly/ExampleException.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleFlagsEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ public enum ExampleFlagsEnum
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleFlagsEnum.cs](../../tests/ExampleAssembly/ExampleFlagsEnum.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleGenericClass-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ public class ExampleGenericClass<T>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleGenericClass.cs](../../tests/ExampleAssembly/ExampleGenericClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleGenericDelegate-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ The result.
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleGenericDelegate.cs](../../tests/ExampleAssembly/ExampleGenericDelegate.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleLongEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public enum ExampleLongEnum : ulong
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleLongEnum.cs](../../tests/ExampleAssembly/ExampleLongEnum.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleLongSummary.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ description
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleLongSummary.cs](../../tests/ExampleAssembly/ExampleLongSummary.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleRecord-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ public record ExampleRecord<T>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleRecord.cs](../../tests/ExampleAssembly/ExampleRecord.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleRefOutDelegate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public delegate void ExampleRefOutDelegate(ref bool isRef, out bool isOut, bool
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleRefOutDelegate.cs](../../tests/ExampleAssembly/ExampleRefOutDelegate.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleSealedClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public sealed class ExampleSealedClass
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleSealedClass.cs](../../tests/ExampleAssembly/ExampleSealedClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleSealedRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public record ExampleSealedRecord
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleSealedRecord.cs](../../tests/ExampleAssembly/ExampleSealedRecord.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleStaticClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public static class ExampleStaticClass
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleStaticClass.cs](../../tests/ExampleAssembly/ExampleStaticClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleStruct.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ public struct ExampleStruct
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleStruct.cs](../../tests/ExampleAssembly/ExampleStruct.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTriGenericClass-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ public class ExampleTriGenericClass<TOne, TTwo, TThree>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTriGenericClass.cs](../../tests/ExampleAssembly/ExampleTriGenericClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTuple-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ public struct ExampleTuple<T1>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTuple.cs](../../tests/ExampleAssembly/ExampleTuple.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTuple-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ public struct ExampleTuple<T1, T2>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTuple.cs](../../tests/ExampleAssembly/ExampleTuple.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTuple-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public struct ExampleTuple<T1, T2, T3>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTuple.cs](../../tests/ExampleAssembly/ExampleTuple.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTuple-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public struct ExampleTuple<T1, T2, T3, T4>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTuple.cs](../../tests/ExampleAssembly/ExampleTuple.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleTuple.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public static class ExampleTuple
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleTuple.cs](../../tests/ExampleAssembly/ExampleTuple.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/ExampleUnbrowsableClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public class ExampleUnbrowsableClass
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [ExampleUnbrowsableClass.cs](../../tests/ExampleAssembly/ExampleUnbrowsableClass.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/IExampleContravariantInterface-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public interface IExampleContravariantInterface<in T>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [IExampleContravariantInterface.cs](../../tests/ExampleAssembly/IExampleContravariantInterface.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/IExampleCovariantInterface-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ public interface IExampleCovariantInterface<out T>
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [IExampleCovariantInterface.cs](../../tests/ExampleAssembly/IExampleCovariantInterface.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/IExampleDerivedInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ public interface IExampleDerivedInterface : IDictionary<string, IExampleInterfac

* interface [IExampleInterface](./IExampleInterface.md)
* namespace [ExampleAssembly](../ExampleAssembly.md)
* [IExampleDerivedInterface.cs](../../tests/ExampleAssembly/IExampleDerivedInterface.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/ExampleAssembly/IExampleInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ public interface IExampleInterface
## See Also

* namespace [ExampleAssembly](../ExampleAssembly.md)
* [IExampleInterface.cs](../../tests/ExampleAssembly/IExampleInterface.cs)

<!-- DO NOT EDIT: generated by xmldocmd for ExampleAssembly.dll -->
1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/XmlDocMarkdown.Core.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
| public type | description |
| --- | --- |
| class [ExternalDocumentation](./XmlDocMarkdown.Core/ExternalDocumentation.md) | Configures external documentation. |
| class [XmlDocInput](./XmlDocMarkdown.Core/XmlDocInput.md) | The input for generating Markdown from .NET XML documentation comments. |
| class [XmlDocMarkdownApp](./XmlDocMarkdown.Core/XmlDocMarkdownApp.md) | Implements the command-line application. |
| static class [XmlDocMarkdownGenerator](./XmlDocMarkdown.Core/XmlDocMarkdownGenerator.md) | Generates Markdown from .NET XML documentation comments. |
| class [XmlDocMarkdownResult](./XmlDocMarkdown.Core/XmlDocMarkdownResult.md) | The names of files that were added, changed, or removed. |
Expand Down
1 change: 0 additions & 1 deletion docs/XmlDocMarkdown.Core/ExternalDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ public sealed class ExternalDocumentation
## See Also

* namespace [XmlDocMarkdown.Core](../XmlDocMarkdown.Core.md)
* [ExternalDocumentation.cs](../../src/XmlDocMarkdown.Core/ExternalDocumentation.cs)

<!-- DO NOT EDIT: generated by xmldocmd for XmlDocMarkdown.Core.dll -->
23 changes: 0 additions & 23 deletions docs/XmlDocMarkdown.Core/XmlDocInput.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/XmlDocMarkdown.Core/XmlDocInput/Assembly.md

This file was deleted.

Loading