I have an assembly that inherits methods/properties
from another assembly. When I create my documentation,
NDOC knows about inherited comments from the .NET
framework assemblies but not my own assemblies. How do
I make NDOC aware of my assembly that contains the
comments for inherited methods? I don't want to
document the whole base assembly, I just want to
include the comments from the inheritted methods.
Thanks
John