0
Reply

C# summary tags

adam smith

adam smith

Oct 31 2005 4:13 AM
3.2k
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


Next Recommended Forum