From: Kevin D. <kd...@op...> - 2005-04-18 15:47:08
|
Martin, From memory, it should be possible to do this with the msdn documenter in the current 'development' source; I thing the setting was 'TocStyle'... Note that this is not a fully tested feature, and is only available on the MSDN documenter. I am currently investigating this feature and will be adding it to the next major version. Until that time, your mileage may vary :) Kevin _____ From: ndo...@li... [mailto:ndo...@li...] On Behalf Of Martin Welch Sent: Saturday, 16 April 2005 8:33 PM To: ndo...@li... Subject: [ndoc-devel] MSDN Documentation Type and namespace hierarchies 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 |