|
NDoc had the ability to produce intellisense output from the raw intellisense xml doc produced by the compiler. There was the option to remove all internal members from it, which was really useful. I'm writing .NET components, and all classes that I do not want to expose to the public are internal, hence the documentation of those classes should not appear in the intellisense docs, because it could e.g. reveal sensitive information about used algorithms, and it bloats the intellisense doc unnecessarily.
Is this possible with Sandcastle yet? Couldn't find the option so far. (If not, please do not hesitate to cram it in the February CTP :-) )
Thanks,
Wout
|