DefaultDocumentation
DefaultDocumentation copied to clipboard
Create a simple markdown documentation from the Visual Studio xml one.
I'm not able to run default documentation on one of my c# projects. Is this caused by default documentation or ICSharpCode.Decompiler? Stack trace: ``` |INFO|DefaultDocumentation|Starting DefaultDocumentation with those settings: AssemblyFile:...
Thanks for creating this library! I'm trying to use this it to generate API documentation for my projects. I'm trying to use the `NameAndMd5Mix` mode to avoid long path issues...
I feel that the member signatures generated by the tool could be cleaned up a bit (e.g. in [this file](https://github.com/madelson/DistributedLock/blob/default-documentation/docs/api/DistributedLock.Azure/AzureBlobLeaseDistributedLock.AcquireAsync.ulCFSvmk3VUn6f5ebzKW9A.md)). Primarily: * It would be nice to use `T?` syntax...
I was trying to load the generated markdown files into a website built with Docusaurus and got some compile errors like this: `SyntaxError: C:\docs\defaultdocs\myFile.md: Expected corresponding JSX closing tag for...
Currently the docs say that you can filter inclusion based on modifier (public, private, etc). However, for documenting a library what I want to document is anything "visible" as part...
I have searched open and closed issues as well as the documentation. I hope i have not missed something. If so, sorry for the inconvenience and i would love it...
Hey I'm messing around with your FolderFilenameFactory sample (From #94), and it looks like the links generated on docs within subfolders don't work because the links aren't relative paths. So...
It seems to exist as a package on GitHub, but not on NuGet.