Hi ,
I added the xml tag to some of my methods but I can't see its content in the intellisense here is my code
/// <summary>
/// we all live in a yellow summary
/// </summary>
/// <returns>what it returns</returns>
public int MyMethod()
{ .... }
Do you have any idea ?
Thanks