Stories recently tagged with 'XmlComments'

GhostDoc 2.1.1 Release: For programmers who hate writing documentation(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 4 years, 4 months ago

Unlike nDoc or Sandcastle, this tool doesn't generate the end-result documentation, rather, it's a VS add-in that _automatically_ writes the XML documentation in your C# code! What it generates is based upon a set of editable rules. read more...

5 comments |category: |Views: 50

tags: another

Sandcastle - September 2007 Community Technology Preview (CTP)(microsoft.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 4 months ago

Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features: Works with or without authored comments, Supports Generics and .NET Framework 2.0, Sandcastle has 2 main components (MrefBuilder and Build Assembler), MrefBuilder generates reflection xml file for Build Assembler, Build Assembler includes syntax generation, transformation, Sandcastle is used internally to build .Net Framework documentation. read more...

1 comment |category: |Views: 9

tags: another