ejball / XmlDocMarkdown

Generates Markdown from .NET XML documentation comments.
https://ejball.com/XmlDocMarkdown/
MIT License
102 stars 30 forks source link

Update Cake addin to allow the documentation to flow through the website #111

Closed augustoproiete closed 3 years ago

augustoproiete commented 3 years ago

The Cake website automatically documents Cake addins by reading the XML docs in the assembly, however it requires an attribute CakeAliasCategory to assign the Cake aliases to a category.

The documentation for the Cake.XmlDocMarkdown add-in is here: https://cakebuild.net/extensions/cake-xmldocmarkdown/


Before this PR:

image


After this PR:

image


Closes https://github.com/cake-build/website/issues/1156