如何使用 Visual Studio 插件从 Sandcastle 文档中排除名称空间?

How to exclude a namespace from a Sandcastle documentation using the Visual Studio plug-in?

问题如前所述,我试过在命名空间的名称前使用<exclude />,但没有用。另外,我尝试通过添加

来更改 MRefBuilder.config 文件
<apiFilter expose="true">
  <namespace name="WpiApi.Areas" expose="false"></namespace>    
</apiFilter>

但是也没用。我把它放在<attributeFilter/>里面了。这里没有运气。我 运行 没有选择,你能给我一个可行的解决方案吗?

谢谢!

天哪,它在 Components 选项卡中...

此设置(自 v2017.5.15.0 起)位于摘要 选项卡中。

单击编辑命名空间摘要。该对话框在复选框列表中显示文档源中的所有命名空间。只需取消选中您要排除的那些(对于其他人,您可以输入摘要文本以显示在他们的页面上)。