MarkdownGenerator icon indicating copy to clipboard operation
MarkdownGenerator copied to clipboard

Generate markdown from C# binary & xml document for GitHub Wiki.

Results 9 MarkdownGenerator issues
Sort by recently updated
recently updated
newest added

If the method is overridden, the one with the same argument name will be adopted first. Related to #19

A particular one has been adopted for comments on overloaded methods. example: ``` /// Get all Data. void Get() { .... } /// Get the data specified by key. void...

Hello, I have some methods with [`/// `](https://docs.microsoft.com/it-it/dotnet/csharp/programming-guide/xmldoc/inheritdoc) as documentation tag. The output of MarkdownGenerator doesn't show the inherited documentation. Thank you for your useful project. Filippo

- Move MarkdownGenerator into its own folder - Add .Net Core 3.0 Preview 9 version of MarkdownGenerator Functionality is the same except core version fails when if no dll path...

The project already make use of summary tag which has a quick overview over the types and members. The remarks tag is also important because it supplements the information about...

I've been pleasantly surprised about the utility of this repo. I've used it to make the reference to my class library [here](https://github.com/mcneel/ThreeLib/wiki/THREE#scene). It would be great to extend this to...

Hi! Thanks for a great project! Really helpful! We might have the need to be able to show methods/properties that's obsolete since they are sometimes used for in legacy projects...

The tool output produces files that have ".md" files that work well under Github but generated links are broken because of file extensions. Example, produced output: [`ClassDocs`](Namespace.Class#myanchor) whereas it should...

It would be cool to get this Tool as NuGet-package. It would make it much more easier to us it in automated environments.