Displaying posts tagged with

“Comments”

Jun
4
2009

Generating Documentation from XML Comments in C#

C# allows developers to embed XML comments into their source files—a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments [...]