dotnet / api-docs-sync

Tools for porting documentation from intellisense xmls to api-docs, or from api-docs to triple slash comments.
MIT License
10 stars 16 forks source link
documentation dotnet ecmaxml intellisense roslyn

API Docs Sync

This repo contains two tools that allow porting documentation in two directions:

Requirements

Install as dotnet tools

To install the two tools as global dotnet tools in your $PATH, run the install-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