Mega Code Archive

 
Categories / Visual C++ .NET / Development
 

Using paragraph tag to insert large chunk of comments

public ref class AClass     {     public:         /// <summary>          /// <para>This is the first paragraph which spans more than one line          /// when the document window is small enough.</para><para>This is the          /// next paragraph which started in a new line.</para>         /// </summary>         void paraTag() {}     }