The <inheritdoc/> XML comments tag allows documentation to be inherited from
base types/members, which reduces the effort required to write documentation.
However, some tools don't support this feature. InheritdocInliner is a
command-line tool that postprocesses XML files and replaces <inheritdoc/>
elements with actual comments.
Install the NuGet package or download the latest EXE from GitHub.
path\to\InheritdocInliner.exe path\to\docs.xml
Command line arguments:
