SharpDoc icon indicating copy to clipboard operation
SharpDoc copied to clipboard

SharpDoc is a documentation tool to generate HTML documentation for .NET projects

Results 5 SharpDoc issues
Sort by recently updated
recently updated
newest added

The current processing doesn't support the `async` keyword instead showing a `AsyncStateMachineAttribute` on async methods. See example here: http://www.monogame.net/documentation/?page=M_Microsoft_Xna_Framework_Input_MessageBox_Show

If you have some class defined like this in your code: ``` public partial class RenderTarget2D : Texture2D, IRenderTarget ``` ... where `IRenderTarget` is an internal interface. The syntax box...

bug

Is there any support for Microsoft CHM Help? I looked thru the code a bit and didn't see anything, but figured I would ask. To support it we would need...

enhancement

First off excellent library! It takes 20 seconds to do what takes SHFB 2 minutes. I was just wondering if you were ever planning on releasing a NuGet package for...

enhancement

Just a reminder on a feature I don't remember if it was correctly implemented: - Support for inheritdoc tag - Automatic inheritance of doc from members overrides - Check inheritance...