XmlCommentMarkDownGenerator
XmlCommentMarkDownGenerator copied to clipboard
Is there a way to put the output somewhere different?
trafficstars
My solution, source and csproj are in the same directory - the top level directory of my project.
I would like to generate the docs somewhere inside my project folder, rather than in ../Docs. Is there any way to change this?
Not at this time. Pull-requests welcome - I know there's some way to make nuget targets configurable but I haven't figured out how.
I have a pull request that addresses this. I added an msbuild task around the ToMarkdown() call. Since there are a few parameters on the task you can configure where you want things to be--input(s), output and Docs directory.