From: Martin W. <mar...@il...> - 2005-04-16 10:30:29
|
Hi, Assuming I have the following namespaces: Product.Module Product.Module.Controls Product.Module.Views Product.Module.Wizards Using the MSDN documentation type I get the same list in the resulting help (with the little purple book beside each namespace). Using ASCII art it's something like the following (where X is the purple book icon): X Product.Module X SomeClass Class X Product.Module.Controls X SomeCtrl Class X Product.Module.Views X SomeView Class X Product.Module.Wizards X SomeWizard Class Is it possible to get NDOC to indent the namespaces with each 'child' namepace getting its own book icon? e.g: X Product.Module X Product.Module.Controls X SomeCtrl Class X Product.Module.Views X SomeView Class X Product.Module.Wizards X SomeWizard Class X SomeClass Class Thanks, Martin |