show/hide this revision's text 2 added 164 characters in body

Use Sandcastle Help File Builder - Open Source product that runs on top of Sandcastle. It allows to specify namespace descriptions via XML (with in the GUI editor)

Here's XML project file

Example:

<namespaceSummaryItem name="System" isDocumented="True">
    Generic interfaces and helper classes.
</namespaceSummaryItem>

References:

.

show/hide this revision's text 1

Use Sandcastle Help File Builder - Open Source product that runs on top of Sandcastle. It allows to specify namespace descriptions via XML (with the GUI editor)

Here's example of Open Source project that generates documentation with every build (all scripts are in the trunk). And that's how the documentation looks like on the Web (it is deployed on every forced build).