XMLDoc2Markdown 5.0.0
dotnet tool install --global XMLDoc2Markdown --version 5.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local XMLDoc2Markdown --version 5.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=XMLDoc2Markdown&version=5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package XMLDoc2Markdown --version 5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XMLDoc2Markdown
Tool to generate markdown from C# XML documentation.
How to use
Install tool
dotnet tool install -g XMLDoc2Markdown
Generate documentation
dotnet xmldoc2md <src> [options]
Argument | Description |
---|---|
<src> |
DLL source path |
Option | Description |
---|---|
-o, --output <output> |
Output directory |
--index-page-name <index-page-name> |
Name of the index page [default: index] |
--examples-path <examples-path> |
Path to the code examples to insert in the documentation |
--github-pages |
Remove '.md' extension from links for GitHub Pages |
--gitlab-wiki |
Remove '.md' extension and './' prefix from links for gitlab wikis |
--back-button |
Add a back button on each page |
--member-accessibility-level <internal\|private\|protected\|public> |
Minimum accessibility level of members to be documented. [default: protected] |
--structure <flat\|tree> |
Documentation structure. [default: flat] |
--version |
Show version information |
-?, -h, --help |
Show help and usage information |
Example
dotnet xmldoc2md Sample.dll --output docs --github-pages --back-button
See complete documentation here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 2,483 | 7/25/2024 |
4.0.0 | 712 | 7/19/2024 |
3.1.0 | 11,477 | 5/11/2023 |
3.0.2 | 205 | 5/9/2023 |
3.0.1 | 323 | 5/2/2023 |
3.0.0 | 3,440 | 6/14/2022 |
2.1.1 | 829 | 5/21/2021 |
2.1.0 | 409 | 4/30/2021 |
2.0.1 | 318 | 4/28/2021 |
2.0.0 | 294 | 4/28/2021 |
1.1.0 | 628 | 12/12/2019 |
1.0.0 | 504 | 11/21/2019 |
0.1.10 | 487 | 11/20/2019 |
0.1.8 | 448 | 11/19/2019 |