all groups > c# > june 2003 >
You're in the

c#

group:

Special Comment



Special Comment #Hai
6/28/2003 11:10:41 AM
c#: Hi,
I noticed that there are some special piece of comments in the source-code
generated by Visual Studio.NET when we create a new C# projects.
These comments comes with tags like

/// <summary>
/// Clean up any resources being used.
/// </summary>

What is the purpose of tags <summary> ?
How to use these tag ?

Re: Special Comment Jon Skeet
6/28/2003 11:17:36 AM
[Again, this has nothing to do with most of the groups on the list...
Follow-ups set to the C# group only]

[quoted text, click to view]

They're for XML documentation. Look up "XML documentation" in the index
of MSDN for lots of information about the topic.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet/
Re: Special Comment Herfried K. Wagner
6/28/2003 12:54:11 PM
Hello,

" #Hai" <LHHai@SoftHome.net> schrieb:
[quoted text, click to view]

http://msdn.microsoft.com/library/en-us/csref/html/vclrfTagsForDocumentationComments.asp

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet

AddThis Social Bookmark Button