Click to See Complete Forum and Search --> : How to generate comment in vc.net just as what it looks like in c#.net


chuyi
December 20th, 2003, 09:43 AM
Hi,All.When I use C#, I can write comment like this:
/// <summary>
/// my comments
/// </summary>

then vs.net can distill them automatically.But it seems I can't do it in VC.net.How I can make vs.net distill comments I wanted automatically.

malg
December 30th, 2003, 07:21 PM
try using double slash
//
//coment
//

I think that should work

Malg