I've an HTML page created as the Root page for a MSDN
documenter project. I'm attempting to move this NDoc
project to using the new VS.NET 2003 documenter.
In the MSDN documenter, this HTML page is the
RootPageFileName. It shows just fine in the generated
CHM when we click on the root (its the Overview node in
the CHM). The thinking is that we can reuse the same
HTML as the IntroductionPage property's value in the
VS.NET 2003 documenter.
All compiles and registers with H2Reg just fine.
However, when I click on the root node of the collection
(titled Monster.Maverick in this case -- there's
no 'Overview' node generated), I don't get a page. I do
see all the NamespaceDoc stuff, as well as all the
classes, etc. in the help collection -- just not the root
page.
Any pointers or clues?