1.5.6 How to Add a Comment to a Return

If adding a comment to a method that doesn't have a comment already, Visual Studio will auto generate a return tag.

In the return tag, describe what is being returned and add a type being returned if you would like.

Much like parameters, Visual Studio will auto generate a return tag if it is missing.