- Notifications
You must be signed in to change notification settings - Fork16
Tools for porting documentation from intellisense xmls to api-docs, or from api-docs to triple slash comments.
License
dotnet/api-docs-sync
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo contains two tools that allow porting documentation in two directions:
IntelliSense xml files to MS Docs xml files.Instructions.
MS Docs xml files to triple slash comments in source code.Instructions.
- .NET 8.0 SDK
- A local git clone of a dotnet repo with source code whose APIs live in an API docs repo. Examples:
- A local git clone of the API docs repo where the above project hosts its documentation. For example, all the repos listed above host their documentation in thedotnet-api-docs repo.
To install the two tools as global dotnet tools in your$PATH
, run theinstall-as-tool.ps1
script.
Documentation for global dotnet tools:https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install
Remember to update the tool periodically to collect the latest changes. Updating instructions:https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-update
About
Tools for porting documentation from intellisense xmls to api-docs, or from api-docs to triple slash comments.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.