CodeImp Posted August 25, 2005 Posted August 25, 2005 Every time you use one of the classes/interfaces from .NET ittself it shows such nice summaries :D But when you make your own classes, why doesnt it show them? Here is my problem shown with 2 screenshots: http://img225.imageshack.us/my.php?image=summary6bo.png How do I get my summary in that tooltip? Thanks for any help! Quote
mskeel Posted August 25, 2005 Posted August 25, 2005 XML comments for intellisense are what you seek... You have to have an associated XML file with the assembly. If you have C# the compiler can make one for you. If you have VB you can either wait until you get VS2005 or there are some tools/plug-ins that will extract the data for you. Some links that might help: Some information A decent but manual and not integrated tool Another tool and plug-in for VS And remember, with C# it's all built in for you so you won't need any additional tools (unless you want to use NDoc to create MSDN style documentation in addition to intellisense). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.