TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
adam smith
NA
2
0
C# summary tags
Oct 31 2005 4:13 AM
hello
i want to incorporate summary tags into my c# code, but i dont want everything in the summary tag to be displayed in the intelisense. The way my tags are structured at the moment i can create my own .chm (help) files and they are great but because each time a class is changed there the summary tag expands to explain what the change was for, i dont want ALL this informatin in the intelisense.
example
///
<summary>
///
This is an example class
///
</summary>
///
<help_summary>
///
<version>
0.1
</version><author>
Adam Smith
</author><date>
12/10/05
</date>
///
<brief>
Small class for an example of XML
</brief>
///
<version>
0.2
</version><sirs>
#101
</sirs>
///
<author>
Adam Smith
</author><date>
12/11/05
</date>
///
<brief>
Added to test the workings of the XML file
</brief>
///
</help_summary>
so i want all this information to be displayed in the help but only the "This is an example class" displayed in the intelisense
ANY HELP WOULD BE GREAT
thanks in advance
ADAM
Reply
Answers (
0
)
inserting sounds for when a message box appears
C# Scripting