NDoc version: 1.3.1851
Documentor: MSDN
Framework MS 1.1
I'm having problems using the <exclude/> tags. They
don't seem to exclude any classes that I mark or wrap.
Are there any switches that I need to enable for NDoc to
use NDoc specific tags?
Am I supposed to wrap the entire class with the
<exclude/> tag or just list it before the class?:
I've tried,
/// <exclude>
public class xyz
{
}
/// </exclude>
I've also tried:
/// <exclude/>
public class xyz
{
}
and the class is still listed and documented in the
resulting HTML help file.
Thanks,
QNETX
Logged In: YES
user_id=1360676
I am having the same problem