Sand Castle Help File Builder - Organise by Assembly and not Namespaces

30 Views Asked by At

SHFB is currently organizing my API reference documentation by namespaces as shown below:

enter image description here

However, I would prefer to organise my API reference documentation by assemblies/projects. FinalEngine.Audio and FInalEngine.Audio.OpenAL are in separate assemblies. Furthermore, FinalEngine.Audio.OpenAL.Loaders is in a sub-directory of the FinalEngine.Audio.OpenAL assembly/project.

Is this something that I can accomplish via SHFB?

  • FinalEngine.Audio
  • FinalEngine.Audio.OpenAL
  • FinalEngine.Maths
  • etc
0

There are 0 best solutions below