Attribute

  • Thread starter Thread starter Azim
  • Start date Start date
A

Azim

when i create a function like this
Function(x as integer, y as Integer) as integr
'Code Here
End Function
How can i make attribute to show me Description of
Variables
 
* "Azim said:
when i create a function like this
Function(x as integer, y as Integer) as integr
'Code Here
End Function
How can i make attribute to show me Description of
Variables

For VB.NET 2002/2003:

My XML Comments FAQ:

VB Commenter
<http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"

XML Documentation
<http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
<http://vbxmldoc.tor-erik.net/index.shtml>

NDOC (formerly DOC.NET)
<http://ndoc.sourceforge.net/>

VB.DOC
<http://vb-doc.sourceforge.net/>

<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>

XML comments will be introduced to VB.NET in version 2004.
 
Back
Top