Note
Project summary comments will appear on the Namespace List topic in the compiled help file.
Project summary and namespace comments can be maintained manually by creating a standalone XML comments file to contain the information.
Start by creating an XML comments file like the following and give it a unique name that will not conflict with any other XML comments file in the related projects.
<?xml version="1.0"?>
<doc>
<assembly>
<name>_NamespaceComments_</name>
</assembly>
<members>
<member name="R:Project_CustomControlsHelp">
<summary>
Project summary comments go in here.
</summary>
</member>
<member name="N:">
<exclude />
<summary>
Exclude the global namespace from the help file.
</summary>
</member>
<member name="N:CustomControls.Internal">
<exclude />
</member>
<member name="N:CustomControls.Design">
<summary>
Common namespace summary info for the CustomControls.Design
namespace go here.
</summary>
</member>
</members>
</doc>Next, do one or more of the following:
Once you have created the file, you can add it to the build tool that you use to include the comments in the help file when it is built. Refer to your build tool's documentation for further information