Documentation.

wyrd

Well-known member
Joined
Aug 23, 2002
Messages
1,408
Location
California
Does anyone know how to document classes, methods and properties so it shows up in the object browser (Summary, Parameters and Return Values)?
 
With C# you can use the built-in XML documentation feature. With VB.NET I dont know.
 
Back
Top