----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: dnyanesh Message 1 in Discussion Hi, The C# compiler will process documentation comments in your code to an XML file. Processing the XML file to create documentation is a detail that needs to be implemented at your site. Tags are processed on code constructs such as types and type members. Note Tags are not processed on namespaces. The compiler will process any tag that is valid XML. The following tags provide commonly used functionality in user documentation: <c> <para> <see>1 <code> <param>1 <seealso>1 <example> <paramref>1 <summary> <exception>1 <permission>1 <value> <include>1 <remarks> <list> <returns> 1. Compiler verifies syntax. See Also <MSHelp:link tabIndex=0 keywords="vcerrDocProcessDocumentationComments">/doc (Process Documentation Comments)</MSHelp:link> | XML Documentation Regards, Dnyanesh http://dnyaneshwar.blog-city.com ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
