Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2003, 01:54 PM
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default help with summary tags in .net

Hello,

In the name of documenting my code, I've been using the summary tag to document classes, functions, etc. For some reason, however, I can only see the results in IntelliSense when I'm coding inside of the class in which I've documented. In otherwords, if I have a function, foo, in a class called class1 as follows:

/// <summary>
/// Function foo is a function.
/// </summary>
/// <param name="sString">This is a string parameter</param>
/// <returns></returns>
public string foo(string sString)
{
   return sString;
}

If I call this function from within class1 I can see the summary in IntelliSense. However, if I instantiate class1 in another class, and call function foo, neither the summary nor the param info appears in IntelliSense.

Am I doing something wrong here?

Thanks in advance for any replies!

Greg Burns.





Similar Threads
Thread Thread Starter Forum Replies Last Post
validation summary MunishBhatia ASP.NET 2.0 Professional 1 May 11th, 2007 08:00 AM
Not getting correct summary total arcadehunter BOOK: Professional Crystal Reports for VS.NET 0 November 8th, 2006 02:23 AM
HTML tags is not working in textarea in ASP.net suman9730 General .NET 1 May 23rd, 2006 04:48 AM
Summary in footer Blueman137 ASP.NET 1.0 and 1.1 Basics 1 March 30th, 2004 06:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.