Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 25-Apr-16 2:56am

1 solution

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:
C#
/// <exclude />
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900