sharpDox
sharpDox copied to clipboard
A c# documentation tool (Discontinued)
Is this project abandoned? There has been no activity for 2 years now..
I've been working on documenting a microservice written in .NET Core 2.0. I've used the GUI to point it at the solution file and an individual csproj file. Both attempts...
Hi, I'm new to Sharpdox and while reading up on it I encountered that it used to have a search functionality embedded in it -- however, the (new) version I...
Hi, I get this exception with all projects that I tried (targeting .NET 4.0; translated from German into English) to create a documentation for: ``` System.IndexOutOfRangeException: Index was outside the...
You know what would be freaking amazing? If sharpDox could generate GitHub-compatible markdown files. That way I could generate markdown from my API docs and commit it them to my...
The exclusion page is a bit complex for UX. So a few improvement ideas: 1. Sort types alphabetically 2. Group by assembly (so we can exclude whole assemblies)
Our code library contains the same code across projects, but there are two project libraries loaded, one for .NET 4 and one for .NET 4.5. There are some issues with...
sharpDox looks pretty cool, but after doing a test build for my project, I've found out that a good chunk of docs were missing. Turns out, nested classes are not...
When I built the documentation I saw the Turkish I problem (youcan see [here ](https://blog.codinghorror.com/whats-wrong-with-turkey/)and [here](https://msdn.microsoft.com/en-us/library/ms973919.aspx#stringsinnet20_topic5)). In order to handle this situation I need to use the suitable encoding for...
Hi, I am not entirely sure if my .sdnav file is correct so I am attaching it as well (I have changed the file extension to .txt). I am having...