Rodrigo,
You need to have the closing tag for the XML to be valid, like so:
/// <summary>
/// TEST
/// </summary>
public void InitTest()
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
I wrote something bu doesn' appear! My project is a UserControl!
/// <summary>
/// TEST
///
public void InitTest()
{
(....)
}
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message Hi,
The IDE's intellisente display it in a small yellow area below the method,
you can describe what the method does, a similar approach with the
parameters
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
What's is the beneficts or the finality of:
/// <summary>
///
/// </summary>