C# Code Documentation

  • Thread starter Thread starter A.M-SG
  • Start date Start date
A

A.M-SG

Hi,

Is there any way that Visual Studio IDE generate inline documentation header
for me?
I am looking for some automated way that the IDE generates comment like
this:

/// <summary>

/// <para>....</para>

/// </summary>

/// <remarks>



Thank you,
Alan
 
A.M-SG said:
Hi,

Is there any way that Visual Studio IDE generate inline documentation
header for me?
I am looking for some automated way that the IDE generates comment like
this:

/// <summary>

/// <para>....</para>

/// </summary>

/// <remarks>



Thank you,
Alan
Simply type /// in the row above the member-declaration.
 
Back
Top