Jeff,

> One thing I've found is that the IDE doesn't like it when you
> use HTML tags like <br> that don't have a closing tag. [...]

Well, it's not only the IDE that doesn't like that. The C# compiler
expects the documentation comments to be in XML. When you use HTML
constructs like unclosed f.i. <br>, <img> or <p> elements it will signal
that your documentation is not valid XML.

Regards,

Stefan

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to