XmlSchema for C# XML Comments
Note: this entry has moved.
Sometime ago, I created this schema to perform some extra validation on
the comments, as well as use it as a starting point to
adding my own required elements for all projects. This was
mainly a "need" for the
NMatrix
project, for example, requiring an
<author name="Daniel Cazzulino"
mail="kazzupepe@hotmail.com" />
tag in all public classes I create.
<see langword="[c# language keyword]" />
that automatically gets italicized and shows the appropriate
VB.NET equivalent. Look for
<!-- undocumented element -->" in the
schema for other interesting ones.