XmlCommentMarkDownGenerator icon indicating copy to clipboard operation
XmlCommentMarkDownGenerator copied to clipboard

Generates Markdown from VS XML documentation file - forked from https://gist.github.com/lontivero/593fc51f1208555112e0/forks

Results 16 XmlCommentMarkDownGenerator issues
Sort by recently updated
recently updated
newest added

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 4.2.2 to 5.0.0. Release notes *Sourced from [YamlDotNet's releases](https://github.com/aaubry/YamlDotNet/releases).* > ## Security issues and dropping legacy behaviors > /!\ This release fixes a security issue. It is...

dependencies

-i ...\Input.xml --cout Fails because of NPE.

The [seealso](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/seealso) tag isn't supported by the converter, but is valid within the XML

bug

Changed the way whitespaces are removed. To keep multiline values.

fixes Pxtl/XmlCommentMarkDownGenerator#21

The TagRenderer for `see cref` constructs the following markdown format: `[[{1}|{0}]]` This doesn't seem to be a valid link under any markdown specification. Looking deeper into this, this is a...

This change allows multiple input XML files and also merging of existing (manually maintained) markdown files. Added a test project for the MSBuild task. The AfterBuild target in .targets file...

Created the Docs folder and an empty .MD, but gave error message in the error list.

Functions with both Type parameters and parameters do not put a blank line between their tables. This produces malformed markdown, since you have the header looking like a normal line...

bug