I am building the documentation for our C# API containing:
- A general overview and description of the current state as a doc/pdf file.
- A class library API in a .chm file using Sandcastle.
Questions:
- Should I merge these two into the same .chm file? What is a good way to merge them?
- I need to exclude certain classes/packages. How can I specify that in SandCastle?
- It generates documentation for the VB code and the Visual C++ code. How can I change this? Or should I leave it, knowing that I am only using safe code?
- Where can I find HTML Help 2.x Viewer Path on my system?
Edit:
The comments I make above methods, fields and classes are not generated in the documentation.
What should I do?