Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding descriptions to methods, functions, subs... 1

Status
Not open for further replies.

jshurst

Programmer
Joined
Oct 27, 2004
Messages
1,158
Location
US
I know that I've ran accross this before, but I can't seem to find it (I think that it could only be done in C#). Does anyone know how to add the descriptions that you see via Intellisense to each function, sub, etc (and each function parameter)?

Thanks,

J
 
It depends what version of VS you are using but you are probably looking for NDoc or VBCommenter. Have a read of this for further info:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Thanks. We already have NDoc at work but I haven't used it.

Also in VS 2005 it looks as if you just need to write your function and then add " ''' " and it will create the neccessary code for you...great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top