Is it possible to merge two pages created by SandCastle into a single main page?

Viewed 1258

For each class in the project, SandCastle creates (among others) two pages:

  • The main page, called as T_class_full_name, with the description, Syntax, Inheritance Hierarchy and See Also
  • The members page, called as AllMembers_T_class_full_name, with Constructors, Methods, Fields, etc.

Is there a way to merge these two together - with the members page being appended to the main page?

1 Answers
Related