Hello,
I'm using NDoc 1.3, MS 1.1. Document i'm using is VS.NET
I'm a new NDoc user.
This is my situation, I have many class but some class
i want include in Document but other class i don't
want. Someone can tell me how to do that?
Thanks
As of NDoc 1.3, you can use the <exclude/> tag in your XML
comment block to exclude a class or member. (According to
some of the docs, the EditorBrowsable attribute should also
work, but it didn't for me.)
cheers,
yggy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1330193
As of NDoc 1.3, you can use the <exclude/> tag in your XML
comment block to exclude a class or member. (According to
some of the docs, the EditorBrowsable attribute should also
work, but it didn't for me.)
cheers,
yggy