Question

I create my API doc using Sandcastle HelpFileBuilder. All fine.
In the created help file, when clicking a topic from index, it usually goes to class.

How to change this so the link goes to class members?

Was it helpful?

Solution

This request is detailed in the topic Removing the separate Members topic.

The next release of SHFB should include this feature by default in the VS2005 and/or VS2010 presentation styles. In the meantime, you can update the presentation style source code yourself, or use the VS2013 presentation style included in this fork of the project, which includes this feature already.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top