I am using GhostDoc to document my methods etc... and its working well but it doesn't fill the <returns>
...
Can anyone tell me what i should be doing i.e
If it returns an object called "Roles" then
<returns>A role object see <see cref = "UserRole" /></returns>
or simply
<returns>A role object</returns>
or
<returns>A role</returns>
I know its sounds a bit being too precise but i want to start off correct :-)
Take for example a standard string return type of a username
<returns>The user name</returns>
<returns>The user name, see <see cref = "system.string" /> </returns>