Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

Consider cleaning up signature formatting #121

Open madelson opened 2 years ago

madelson commented 2 years ago

I feel that the member signatures generated by the tool could be cleaned up a bit (e.g. in this file).

Primarily:

Thoughts? If you agree, I'd be happy to work on a PR.

Doraku commented 2 years ago

hum the definition of a member use ICSharpCode.Decompiler to be written, I am not sure this is something easily changeable. It should at least be easier to clean the System.Nullable<T> > T? in type links.