Interesting I suppose.
But VisualStudio already compiles all your XML comments (example)
[code=xml]
/// <summary>
///
/// </summary>
/// <param name="data"></param>
/// <returns></returns>
[/code]
for you as an option under project settings.
So all you would need is something that formats the XML file to match msdn. Is that what sandcastle does?
Comment