Hi,
Here is Herfried K. Wagner [MVP] links for adding xml comments.
For VB.NET 2002/2003:
My XML Comments FAQ:
VB Commenter
<URL:http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"
XML Documentation
<URL:http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"
VBXC - VB.NET XML Commentor
<URL:http://vbxmldoc.tor-erik.net/>
NDOC (formerly DOC.NET)
<URL:http://ndoc.sourceforge.net/>
VB.DOC
<URL:http://vb-doc.sourceforge.net/>
<URL:http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>
XML comments will be introduced to VB.NET in version 2005 ("Whidbey").
C# XML comments:
<URL:http://msdn.microsoft.com/library/en-us/csref/html/vclrfTagsForDocumentationComments.asp>
--
Ken
---------------
"PrakashR" <pr******@compulink.co.in> wrote in message
news:u%******************@TK2MSFTNGP12.phx.gbl...
Hello,
Is there any way to give some description strings to the functions of
my
class so that whenever the functions are shown in the intellisense
dropdown
in the IDE, those descriptions are shown with the normal signature of the
function ?
I tried adding the <DataSysDescription("My Description")> attribute to
my functions, but this doesn't seem to work. Anyone ?
PrakashR.