goodmorningsky Posted April 13, 2005 Posted April 13, 2005 In C# I added the following comment /// <example> /// <br></br> /// Include object.js and Validate.js files in the HTML file where ValidateTextBox is used. /// <code> /// <script lang="javascript" src="Scripts/object.js"></script> /// <script lang="javascript" src="Scripts/Validate.js"></script> /// </code> /// You may add style class that can be set for RequiredFieldErrorCssClass or CssClass property. /// <code> /// <style> /// .requiredErrorCss { BACKGROUND-COLOR: yellow; BORDER-BOTTOM-STYLE: ridge } /// .requiredCss { BACKGROUND-COLOR: white; BORDER-BOTTOM-STYLE: solid } /// </style> /// </code> /// </example> BUT, when I generated document using NDoc the <script...> part and <style...> part doesn't show! I think <script> <style> tag is not recognized. But, if I see the System.Web.UI.WebControls.TextBox help document from MSDN, the Exampel section contains all html code in it. What's wrong with mine? Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
techmanbd Posted April 13, 2005 Posted April 13, 2005 I am not totally sure about HTML but XML looks the same. in that to comment <!-- Include object.js and Validate.js files in the HTML file where ValidateTextBox is used. --> Is this what you are talking about? to comment out? Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
goodmorningsky Posted April 13, 2005 Author Posted April 13, 2005 No.. I'm talking about C# XML Comment and NDoc automatic document generation. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
mskeel Posted April 14, 2005 Posted April 14, 2005 See Your other thread on NDoc for some links on how to handle this. 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.