문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top