I'm wondering if there is any shortcut in visual studio to generate automatic documentation for a method or class.
For example when I write a method:
public void MyFunction(int d)
{
}
I want generate the following structure:
/// <summary>
///
/// </summary>
/// <param name="d"></param>
This is what happens when you type ///
above the method signature.
You can also install and use a documentation tool like GhostDoc that also adds some detail to the code documentation that it generates.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With