在sandcastle中排除表单设计器文件 [英] Exclude form designer files in sandcastle

查看:86
本文介绍了在sandcastle中排除表单设计器文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用VS2013和SandCastle helpfilebuilder来生成C#项目的API文档,我现在如何排除类和命名空间,但我缺少的是一种排除带有通配符模式的文件的方法:特别是* Designer.cs文件。



有没有人知道这是否可行?



我有什么试过:



试图在SandCastle helpfilebuilder选项页面中找到该设置,但找不到它。

I use VS2013 and SandCastle helpfilebuilder to generate the API documentation of a C# project, I now how to exclude classes and namespaces, but what I am missing is a way to exclude files with a wildcard pattern: in particular *Designer.cs files.

Does anyone have any idea if this is possible ?

What I have tried:

Tried to find the setting in the SandCastle helpfilebuilder options page, but could not find it.

推荐答案

不是真正理想的答案,但总比没有好:

项目属性中Sandcastle帮助文件生成器 GUI,编辑 ApiFilter 属性(单击...按钮)并取消选中您不希望在帮助文件中看到的成员。



或:



使用标记标记注释:
Not really the desired answer, but better than nothing:
In project properties in Sandcastle Help File Builder GUI, edit the ApiFilter property (click the "..." button) and uncheck the members you don't want to see in the help file.

Or:

Mark the comment with the tag:
/// <exclude />


这篇关于在sandcastle中排除表单设计器文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆