Hi,
I generated two NDoc project with the VS.NET 2003
documenter and I got "myCompany.CoreCollecion.HxS"
and "myCompany.ApplicationsCollecion.HxS".
In the Help of VS.NET 2003, I see this :
+ myCompany.Core
+ myCompany.Core.Persistence
+ myCompany.Core.BusinessObjects
+ myCompany.Applications
+ myCompany.Applications.App1UI
+ myCompany.Applications.App2UI
I would want to see only one node "MyCompany" (with
the book icon) and my two collections below as this :
+ MyCompany
+ myCompany.Core
+ myCompany.Core.Persistence
+ myCompany.Core.BusinessObjects
+ myCompany.Applications
+ myCompany.Applications.App1UI
+ myCompany.Applications.App2UI
or better :
+ MyCompany
+ myCompany.Core.Persistence
+ myCompany.Core BusinessObjects
+ myCompany.Applications.App1UI
+ myCompany.Applications.App2UI
How can I do with NDoc ?
Thank you for your help.