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.
/// <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.