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:
- example of Open Source project that generates documentation with every build (all scripts are in the trunk).And that's
- That's how the documentation by SHFB looks like on the Web (it is deployed on every forced build)build)
.
