Question

I'm trying to have Sandcastle generate .xml files that can be used for intellisense with my solution, that contains a lot of different projects. To do this, I enabled the IntelliSense component, and it seems to kind of work: it at least removes all private and internal members, which Visual Studio does not do by default, as I'm not generating documentation for anything but public members.

However, all the generated .xml files have lost the remarks section the .xml files have originally. Is there a way to preserve this information in Sandcastle with this component?

Was it helpful?

Solution

I ended up writing a tool to merge the additional info back into the xml file for IntelliSense.

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