Hello,
I have a documentation project for several .NET assembllies, and on these assembllies, some of the interfaces/classes are legacy code that should be filtered from the automatically generated documenetation, I'm looking for a way to automatically filter them out based on their namespace, which contains the word "Legacy" (e.g. XXX.Legaxy.Tools) .
thanks, Ofer.