Hi,
I am using NDoc 1.3 under MS 1.0, to document an assembly written in C++/CLI.
in my code I use a
#pragma make_public(...)
to allow access to native C++ classes.
I tried to use <exclude/> to prevent the classes from being included in the documentation, but the classes were included.
Is it a known bug? If not can anyone please provide an example?
Thanks,
Ronen