SandCastle HTML code outputs multiple namespaces

I am creating html documents using SandCastle for a project in C # that has multiple namespaces. The HTML output only shows one namespace. But if I go to Help / search.html and start searching for classes in other namespaces, I could find and find them, which means it generated html for them. Is there a way to see all the namespaces together in the HTML output as it is in the .chm file?

+3


source to share


1 answer


You are probably using the VS2013 presentation style and this is a known issue ( https://shfb.codeplex.com/workitem/35347 ). Namespaces are all you just need to expand to the topmost node (the one with the name of the help project). Another workaround is to add conceptual content or include a root namespace container. I am studying it for the next release.



+6


source







All Articles