Is there a way to access the automatically-generated modules or file lists 
as sub-pages? I'd like to have a document hierarchy that is something 
like:

mainpage
   UsersGuide
   Installation
   DesignGuide
      Architecture
      Modules
      FileList

I can think of two options. Option 1 would be to make DesignGuide a page, 
and assign Modules and FileList as sub-pages. But I cannot figure out a 
way to do that. I'm assuming there is not, since I cannot find any 
documentation that explains how to do it.

Option 2 would be to use a custom LAYOUT_FILE to make DesignGuide a 
usergroup tab, something like:
  <navindex>
    <tab type="mainpage" visible="yes" title=""/>
    <tab type="pages" visible="no" title="" intro=""/>
    <tab type="usergroup" title="DesignGuide">
      <tab type="user" url="\ref Architecture" title="Architecture"/>
      <tab type="modules" visible="yes" title="" intro=""/>
      <tab type="filelist" visible="yes" title="" intro=""/>
    </tab>
  </navindex>

This works, except that the Architecture page does not expand in the 
navigator (sub-pages and sections do not appear in the navigator). It 
seems like any user-defined tabs that are referenced by url are not 
represented in the navigator. I really like the navigator; losing that 
ability is not really acceptable for me.

Is there some way to do this that has the hierarchy I've described as well 
as full navigator support?

Joel
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to