本文介绍了在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.

推荐答案

/// <exclude />


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

09-11 01:02