My summary information won't show up in Sandca

2019-08-01 02:33发布

I'm trying to take advantage of Sandcastle to help build out system documentation, but for some odd reason none of my <summary> data shows up in the chm ... has anyone had success w/ the latest build of Sandcastle and VS2008 using VB?

2条回答
ゆ 、 Hurt°
2楼-- · 2019-08-01 03:20

Have you checked to see that XML document generation is actually turned on (in Build properties) and is creating an XML file in the right place (i.e. bin/Release/)? Also, see this thread on MSDN, which documents the same problem I believe.

查看更多
何必那么认真
3楼-- · 2019-08-01 03:36

It is a 2 step process.

  • Had to turn on the XML document generation in the project build window.
  • Select the generated XML documentation as the project document source in SandCastle UI.
查看更多
登录 后发表回答