SHFB is currently organizing my API reference documentation by namespaces as shown below:
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